From 1245047a7cdab51d6532d0a28f666efb6cff6bc0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carl-Gerhard=20Lindesva=CC=88rd?= Date: Tue, 2 Apr 2024 15:57:41 +0200 Subject: [PATCH] fix lint --- apps/dashboard/src/components/overview/overview-top-pages.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apps/dashboard/src/components/overview/overview-top-pages.tsx b/apps/dashboard/src/components/overview/overview-top-pages.tsx index 447d5029..350c4341 100644 --- a/apps/dashboard/src/components/overview/overview-top-pages.tsx +++ b/apps/dashboard/src/components/overview/overview-top-pages.tsx @@ -116,6 +116,8 @@ export default function OverviewTopPages({ projectId }: OverviewTopPagesProps) { bot: { title: 'Bots', btn: 'Bots', + // @ts-expect-error + chart: null, }, });