Skip to content

Commit

Permalink
Fix disabled rolling dice
Browse files Browse the repository at this point in the history
  • Loading branch information
tlenclos committed Jan 31, 2023
1 parent fa65e9a commit 070a8b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/routes/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ export default function Index() {
</chakra.div>
}
onClick={findRandomPlace}
disabled={isRollingDice}
isDisabled={isRollingDice}
/>
<Button
as="a"
Expand Down

1 comment on commit 070a8b6

@vercel
Copy link

@vercel vercel bot commented on 070a8b6 Jan 31, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

joli-mapstr – ./

joli-mapstr.vercel.app
joli-mapstr-git-master-tlenclos.vercel.app
joli-mapstr-tlenclos.vercel.app

Please sign in to comment.