From a75a8c21224bb72a5df39127ddc32ca92a13f4ba Mon Sep 17 00:00:00 2001 From: alexsparkes Date: Tue, 3 Feb 2026 15:45:04 +0000 Subject: [PATCH] oopsie --- src/features/marketplace/components/Items/Items.jsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 && (