From 8199b1aea02c3261016e4f2a4c706dd9b71707c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=BCl=C3=B6p=20Kov=C3=A1cs?= Date: Sun, 14 Jan 2024 19:46:05 +0100 Subject: [PATCH] Fix a prettier warning --- 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 7552b601..b80795ec 100644 --- a/app/routes/_index.tsx +++ b/app/routes/_index.tsx @@ -161,7 +161,7 @@ function sample(arr: any[], random = Math.random()) { } export default function Index() { -const data = useActionData() + const data = useActionData() const { sponsors, randomNumber } = useLoaderData() const navigation = useNavigation() const isLoading = navigation.state === 'submitting'