Skip to content

Commit

Permalink
fix: add space
Browse files Browse the repository at this point in the history
  • Loading branch information
emielvanseveren committed Jul 16, 2024
1 parent 1dbf34c commit 53a3c8f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -65,7 +65,7 @@ export const ShopListingCard: FC<ShopListingCard> = ({
marginBottom: '.5rem',
}}
>
{itemMeta.amount}x{itemMeta.item.name}
{itemMeta.amount}x {itemMeta.item.name}
{itemMeta.quality ? `, quality: ${itemMeta.quality}` : ''}
</strong>
{shopListing.items.length > 1 && index < shopListing.items.length - 1 && ', '}

0 comments on commit 53a3c8f

Please sign in to comment.