logged information removed
This commit was merged in pull request #346.
This commit is contained in:
@@ -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){
|
||||
|
||||
Reference in New Issue
Block a user