1
0
Fork 0

Fix undefined variable

This commit is contained in:
Lim Chee Aun 2023-10-25 11:17:02 +08:00
parent 44a20b42a7
commit c2ba149563

View file

@ -77,11 +77,7 @@ export default memo(function NotificationService() {
}
}
} else {
console.warn(
'🛎️ Notification not found',
notificationID,
notificationAccessToken,
);
console.warn('🛎️ Notification not found', id);
}
})();
}, [id, accessToken]);