Skip to content

Commit

Permalink
types
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisinajar committed Feb 4, 2024
1 parent 9b62b22 commit 3334a2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/game/shop/shop.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ export function ItemTypeShop({
{shopItem.cost && (
<>
<Typography display="inline-block">
{itemDisplayName(shopItem)}
{shopItem.name}
</Typography>
&nbsp;
<Typography variant="caption" display="inline-block">
Expand Down

0 comments on commit 3334a2a

Please sign in to comment.