Skip to content

Commit

Permalink
Fix a prettier warning
Browse files Browse the repository at this point in the history
  • Loading branch information
fulopkovacs committed Jan 14, 2024
1 parent b8f994b commit 8199b1a
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 @@ -161,7 +161,7 @@ function sample(arr: any[], random = Math.random()) {
}

export default function Index() {
const data = useActionData<typeof action>()
const data = useActionData<typeof action>()
const { sponsors, randomNumber } = useLoaderData<typeof loader>()
const navigation = useNavigation()
const isLoading = navigation.state === 'submitting'
Expand Down

0 comments on commit 8199b1a

Please sign in to comment.