diff --git a/src/components/ui/CatalogItem.vue b/src/components/ui/CatalogItem.vue index 0ae890e37..4a212748f 100644 --- a/src/components/ui/CatalogItem.vue +++ b/src/components/ui/CatalogItem.vue @@ -60,8 +60,9 @@ const card = toRef(props, 'item');
- {{ card.available }} {{ t('to') }} - {{ toCurrency(card.price) }} + {{ card.available }} + {{ t('to') }} + {{ toCurrency(card.price) }}