diff --git a/src/components/Notifications/utils.tsx b/src/components/Notifications/utils.tsx index d8f38f2d..ba1cd894 100644 --- a/src/components/Notifications/utils.tsx +++ b/src/components/Notifications/utils.tsx @@ -111,7 +111,9 @@ export const NotificationComponentByType: DecentralandNotificationComponentByTyp WorldsPermissionRevokedNotification } -export const CURRENT_AVAILABLE_NOTIFICATIONS = Object.values(NotificationType) +export const CURRENT_AVAILABLE_NOTIFICATIONS = Object.keys( + NotificationComponentByType +) export const replaceWithValues = ( str: string,