Skip to content

Commit

Permalink
fix ui
Browse files Browse the repository at this point in the history
  • Loading branch information
Await-0x committed Mar 3, 2025
1 parent 7340d27 commit 55a13d2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/components/smallCard.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ function SmallCard(props) {
</Box>

<Box sx={styles.bottomContainer}>
{showStats &&
{showStats && card.cardType !== types.SPELL &&
<>
<Box sx={{ display: 'flex', alignItems: 'center' }}>
<Typography variant="h6">
Expand Down

0 comments on commit 55a13d2

Please sign in to comment.