mirror of
https://github.com/mue/mue.git
synced 2026-07-15 04:53:48 +02:00
oopsie
This commit is contained in:
@@ -195,7 +195,9 @@ function ItemCard({
|
||||
<div className="card-chips">
|
||||
{item.type && (
|
||||
<span className="card-type">
|
||||
{variables.getMessage('modals.main.marketplace.' + getTypeTranslationKey(item.type))}
|
||||
{variables.getMessage(
|
||||
'modals.main.marketplace.' + getTypeTranslationKey(item.type),
|
||||
)}
|
||||
</span>
|
||||
)}
|
||||
{item.in_collections && item.in_collections.length > 0 && !onCollection && (
|
||||
|
||||
Reference in New Issue
Block a user