Skip to content

Commit

Permalink
#LobbyDesign
Browse files Browse the repository at this point in the history
- Cleaned a bug.
  • Loading branch information
CheBato committed Dec 17, 2024
1 parent 157ae31 commit b2721d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/_components/Lobby/Deck/Deck.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ const Deck: React.FC = () => {
key={card.card.uuid}
card={card}
variant={'lobby'}
onClick={() => updateDeck(['SideBoard', card.card.id])}
onClick={() => updateDeck(['Sideboard', card.card.id])}
/>
))}
</Box>
Expand Down

0 comments on commit b2721d6

Please sign in to comment.