logged information removed

This commit was merged in pull request #346.
This commit is contained in:
victorAnumudu
2023-07-23 07:18:56 +01:00
parent 31297efb5b
commit 187ac61396
2 changed files with 5 additions and 5 deletions
-1
View File
@@ -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){