diff --git a/react-frontend/src/pages/dashboard.tsx b/react-frontend/src/pages/dashboard.tsx index e559338..e52578f 100644 --- a/react-frontend/src/pages/dashboard.tsx +++ b/react-frontend/src/pages/dashboard.tsx @@ -25,7 +25,6 @@ export default function Dashboard() { }) const data = (await response.json()).shorteners as Shortener[] - console.log(isLoading) setShorteners(data) setIsLoading(false) diff --git a/react-frontend/tsconfig.json b/react-frontend/tsconfig.json index d57034a..50a8e30 100644 --- a/react-frontend/tsconfig.json +++ b/react-frontend/tsconfig.json @@ -16,8 +16,8 @@ /* Linting */ "strict": true, - "noUnusedLocals": true, - "noUnusedParameters": true, + // "noUnusedLocals": true, + // "noUnusedParameters": true, "noFallthroughCasesInSwitch": true, "baseUrl": ".", "paths": {