diff --git a/src/app/(protected)/dashboard/page.tsx b/src/app/(protected)/dashboard/page.tsx index 687b419..c1dca3e 100644 --- a/src/app/(protected)/dashboard/page.tsx +++ b/src/app/(protected)/dashboard/page.tsx @@ -55,7 +55,6 @@ export default function DashboardPage() { const nextSettlementDays = data?.nextSettlementDays ?? 0 const eventImgs = data?.events?.slice(0, 4).map((e) => ({ - const eventImages = data?.events?.slice(0, 4).map((e) => ({ src: e.coverImage ?? null, alt: e.name, })) ?? []