Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
naueramant committed Aug 13, 2024
1 parent e5c8bc5 commit 6129533
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/views/Game/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,8 @@ const GameView: FunctionComponent = () => {
};

const drawCard = () => {
setShowSleepyMeme(false);

const [card, cardsLeft] = game.DrawCard();

// If chug card, don't flash it
Expand Down

0 comments on commit 6129533

Please sign in to comment.