aboutsummaryrefslogtreecommitdiffstats
path: root/apps/web/app/dashboard/lists/page.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'apps/web/app/dashboard/lists/page.tsx')
-rw-r--r--apps/web/app/dashboard/lists/page.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/web/app/dashboard/lists/page.tsx b/apps/web/app/dashboard/lists/page.tsx
index 36eb8b7a..1c28073d 100644
--- a/apps/web/app/dashboard/lists/page.tsx
+++ b/apps/web/app/dashboard/lists/page.tsx
@@ -4,6 +4,7 @@ import { useTranslation } from "@/lib/i18n/server";
import { api } from "@/server/api/client";
export default async function ListsPage() {
+ // oxlint-disable-next-line rules-of-hooks
const { t } = await useTranslation();
const lists = await api.lists.list();