From 792adb544c80c2f21ad9d1c0b62c6c8a3d311f5f Mon Sep 17 00:00:00 2001 From: Timur Ercan Date: Mon, 20 Feb 2023 11:04:01 +0100 Subject: [PATCH] out of scope --- apps/web/pages/dashboard.tsx | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/apps/web/pages/dashboard.tsx b/apps/web/pages/dashboard.tsx index eaeb9ae5e..49bb43035 100644 --- a/apps/web/pages/dashboard.tsx +++ b/apps/web/pages/dashboard.tsx @@ -30,12 +30,6 @@ const DashboardPage: NextPageWithLayout = (props: any) => { icon: DocumentIcon, link: "/documents?filter=draft", }, - { - name: "Action required", - stat: "0", - icon: ExclamationTriangleIcon, - link: "/documents?filter=action_required", - }, { name: "Waiting for others", stat: "0", @@ -61,7 +55,7 @@ const DashboardPage: NextPageWithLayout = (props: any) => { Dashboard -
+
{stats.map((item) => (