Skip to content

Commit

Permalink
nit: clear name field after submit
Browse files Browse the repository at this point in the history
  • Loading branch information
rsproule committed Jan 4, 2024
1 parent c764bbd commit 46a210f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ export function WaitingForPlayers({
onClick={() => {
write?.();
refetch?.();
setPlayerName("");
}}
disabled={!write}
>
Expand Down

0 comments on commit 46a210f

Please sign in to comment.