diff --git a/components/brain/notifications/NotificationItem.tsx b/components/brain/notifications/NotificationItem.tsx index b99d0e97ee..ccc756ed44 100644 --- a/components/brain/notifications/NotificationItem.tsx +++ b/components/brain/notifications/NotificationItem.tsx @@ -1,6 +1,5 @@ import type { DropInteractionParams } from "@/components/waves/drops/Drop"; import { ApiNotificationCause } from "@/generated/models/ApiNotificationCause"; -import { assertUnreachable } from "@/helpers/AllowlistToolHelpers"; import type { ExtendedDrop } from "@/helpers/waves/drop.helpers"; import type { ActiveDropState } from "@/types/dropInteractionTypes"; import type { TypedNotification } from "@/types/feed.types"; @@ -97,7 +96,6 @@ function NotificationItemComponent({ /> ); default: - assertUnreachable(notification); return
; } }; @@ -105,7 +103,7 @@ function NotificationItemComponent({ return (
-
+
{getComponent()}