We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 790206d + f82d6ad commit e685599Copy full SHA for e685599
demos/react-supabase-todolist/src/app/page.tsx
@@ -16,7 +16,7 @@ export type LoginFormParams = {
16
*/
17
export default function EntryPage() {
18
const connector = useSupabase();
19
- let navigate = useNavigate();
+ const navigate = useNavigate();
20
21
const navigateToMainView = () => {
22
if (connector?.currentSession) {
0 commit comments