From 3dc8ff6ddd78120595bdfcf50aa629962c24b550 Mon Sep 17 00:00:00 2001 From: Keith Stevens Date: Sat, 28 Jan 2023 19:22:24 +0900 Subject: [PATCH] Fixing a build error from merging --- website/src/pages/dashboard.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/src/pages/dashboard.tsx b/website/src/pages/dashboard.tsx index 6236b467..caa41c14 100644 --- a/website/src/pages/dashboard.tsx +++ b/website/src/pages/dashboard.tsx @@ -12,7 +12,7 @@ import useSWR from "swr"; const Dashboard = () => { // Adding a demonstrative call to the backend that includes the web's JWT. - useSWRImmutable(`${process.env.FASTAPI_URL}/api/v1/auth/check`, get); + useSWR(`${process.env.FASTAPI_URL}/api/v1/auth/check`, get); const { t,