Skip to content

Commit

Permalink
Update index.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
ProLoser authored Oct 22, 2024
1 parent 48a8cc1 commit 395aa09
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,7 @@ export function App() {
dice,
color: game.color === 'white' ? 'black' : 'white',
turn: user?.val().uid,
status: 'rolled'
});
} else {
// local
Expand Down

0 comments on commit 395aa09

Please sign in to comment.