diff --git a/src/components/ui/CatalogItem.vue b/src/components/ui/CatalogItem.vue index 7806562b2..a90d89dcc 100644 --- a/src/components/ui/CatalogItem.vue +++ b/src/components/ui/CatalogItem.vue @@ -42,7 +42,7 @@ const card = toRef(props, 'item');
- {{ card.name }} + {{ card.longName }}

{{ card.subName }}

@@ -57,11 +57,12 @@ const card = toRef(props, 'item'); {{ card.minQuantity }}
-