diff --git a/react-frontend/src/pages/dashboard.tsx b/react-frontend/src/pages/dashboard.tsx index 4732a31..e559338 100644 --- a/react-frontend/src/pages/dashboard.tsx +++ b/react-frontend/src/pages/dashboard.tsx @@ -25,7 +25,7 @@ export default function Dashboard() { }) const data = (await response.json()).shorteners as Shortener[] - console.log(data) + console.log(isLoading) setShorteners(data) setIsLoading(false)