From 187ac61396f6727d548f871f63bd16f59b0f5a5b Mon Sep 17 00:00:00 2001 From: victorAnumudu Date: Sun, 23 Jul 2023 07:18:56 +0100 Subject: [PATCH] logged information removed --- src/components/Notification/index.jsx | 1 - src/components/Partials/Header.jsx | 9 +++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/components/Notification/index.jsx b/src/components/Notification/index.jsx index 919ce48..e478d11 100644 --- a/src/components/Notification/index.jsx +++ b/src/components/Notification/index.jsx @@ -35,7 +35,6 @@ export default function Notification() { const indexOfLastItem = Number(indexOfFirstItem) + Number(process.env.REACT_APP_ITEM_PER_PAGE); const currentNotifications = notificationData?.slice(indexOfFirstItem, indexOfLastItem); - console.log('TESTING', currentNotifications) const filterHandler = (value) => { setValue(value); switch(value){ diff --git a/src/components/Partials/Header.jsx b/src/components/Partials/Header.jsx index c063bda..cbb8156 100644 --- a/src/components/Partials/Header.jsx +++ b/src/components/Partials/Header.jsx @@ -315,16 +315,17 @@ export default function Header({ logoutModalHandler, sidebarHandler }) {
- {/* See all Notification - */} - + }}>See all Notification */}
-- 2.34.1