diff --git a/apps/web/src/lib/components/things/Details/InventoryItem.svelte b/apps/web/src/lib/components/things/Details/InventoryItem.svelte index 204ab83..02f8c65 100644 --- a/apps/web/src/lib/components/things/Details/InventoryItem.svelte +++ b/apps/web/src/lib/components/things/Details/InventoryItem.svelte @@ -12,9 +12,8 @@ {/if}
#{number}
- {#if brand} -
{brand}
- {:else} -
{$t('No Brand')}
- {/if} +
+ {brand ?? $t('No Brand')} + +
\ No newline at end of file