From 070a8b685856a47628127af869a8f967e7d4d7e1 Mon Sep 17 00:00:00 2001 From: Thibault Date: Tue, 31 Jan 2023 18:27:46 +0100 Subject: [PATCH] Fix disabled rolling dice --- app/routes/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/routes/index.tsx b/app/routes/index.tsx index 69ceb0b..d5e18de 100644 --- a/app/routes/index.tsx +++ b/app/routes/index.tsx @@ -134,7 +134,7 @@ export default function Index() { } onClick={findRandomPlace} - disabled={isRollingDice} + isDisabled={isRollingDice} />