diff --git a/src/components/notification-service.jsx b/src/components/notification-service.jsx index 29ec2a29..741e5f2e 100644 --- a/src/components/notification-service.jsx +++ b/src/components/notification-service.jsx @@ -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]);