diff --git a/app/components/ui/Dashboard.tsx b/app/components/ui/Dashboard.tsx index d6019a81..3fe0a7ea 100644 --- a/app/components/ui/Dashboard.tsx +++ b/app/components/ui/Dashboard.tsx @@ -17,11 +17,8 @@ const Dashboard: React.FC = ({ data }) => { } }; - // Dummy identity function to avoid linting errors - const identity = (data: Household) => { - return data; - }; - identity(data); + // eslint-disable-next-line @typescript-eslint/no-unused-vars + const someUnusedVariable = data; return (