Skip to content

Commit

Permalink
payment modal (#218)
Browse files Browse the repository at this point in the history
  • Loading branch information
SamueleA authored Dec 17, 2024
1 parent cdb3366 commit ac58f51
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ export const OrderSummary = () => {
{dataCollectionInfo?.name || null}
</Text>
<Text variant="small" color="text100" fontWeight="bold">
{`${tokenMetadata?.name || 'Collectible'} ${collectibleQuantity > 1 ? `x${collectibleQuantity}` : null}`}
{`${tokenMetadata?.name || 'Collectible'} ${collectibleQuantity > 1 ? `x${collectibleQuantity}` : ''}`}
</Text>
</Box>
</Box>
Expand Down

0 comments on commit ac58f51

Please sign in to comment.