diff --git a/src/features/marketplace/components/Items/Items.jsx b/src/features/marketplace/components/Items/Items.jsx index bdfe1796..126f1b51 100644 --- a/src/features/marketplace/components/Items/Items.jsx +++ b/src/features/marketplace/components/Items/Items.jsx @@ -195,7 +195,9 @@ function ItemCard({
{item.type && ( - {variables.getMessage('modals.main.marketplace.' + getTypeTranslationKey(item.type))} + {variables.getMessage( + 'modals.main.marketplace.' + getTypeTranslationKey(item.type), + )} )} {item.in_collections && item.in_collections.length > 0 && !onCollection && (