Skip to content

Commit

Permalink
fix fighting spinner
Browse files Browse the repository at this point in the history
  • Loading branch information
broody committed Sep 15, 2023
1 parent c61b2ee commit dc7c1ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/pages/[gameId]/event/decision.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ const Encounter = ({
<Button
w="full"
isDisabled={isRunning || isPaying || isFighting}
isLoading={isPaying}
isLoading={isFighting}
onClick={() => {
setIsFighting(true);
fight();
Expand Down

0 comments on commit dc7c1ed

Please sign in to comment.