Skip to content

Commit

Permalink
game-tracking: remove notification
Browse files Browse the repository at this point in the history
  • Loading branch information
GGonryun committed Sep 28, 2024
1 parent 19d34f2 commit 05289c8
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ const GameScreenContainerInner: React.FC<GameScreenContainerProps> = ({
await trackGamePlay.mutateAsync({
gameId: game.id,
});
notifications.add('You earned 1 token for starting the game!');
} else {
notifications.add('Login to earn tokens!', {
color: 'warning',
Expand Down

0 comments on commit 05289c8

Please sign in to comment.