From b7ff05bc876886ecbd8ae776091af88bd297059f Mon Sep 17 00:00:00 2001 From: Muhammad Fajar Date: Tue, 2 Jan 2024 08:56:26 +0700 Subject: [PATCH] hide notification --- frontend/client-portal/src/pages/Dashboard/Index.tsx | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/frontend/client-portal/src/pages/Dashboard/Index.tsx b/frontend/client-portal/src/pages/Dashboard/Index.tsx index 330e73dc..1c28880d 100644 --- a/frontend/client-portal/src/pages/Dashboard/Index.tsx +++ b/frontend/client-portal/src/pages/Dashboard/Index.tsx @@ -14,7 +14,6 @@ import useSettings from '../../hooks/useSettings'; // components import Page from '../../components/Page'; // theme -import CardNotification from '../../sections/dashboard/CardNotification'; import CardPolicy from '../../sections/dashboard/CardPolicy'; import { useContext, useEffect, useState } from 'react'; import axios from '../../utils/axios'; @@ -357,10 +356,10 @@ export default function Index() { - + {/* - - + */} +