diff --git a/src/lib/components/EventDetails.svelte b/src/lib/components/EventDetails.svelte
index c14d7e6..3a8801e 100644
--- a/src/lib/components/EventDetails.svelte
+++ b/src/lib/components/EventDetails.svelte
@@ -14,6 +14,7 @@
import CopyToClipboard from "$lib/components/util/CopyToClipboard.svelte";
import { navigateToEvent } from "$lib/utils/nostrEventService";
import ContainingIndexes from "$lib/components/util/ContainingIndexes.svelte";
+ import Notifications from "$lib/components/Notifications.svelte";
const {
event,
@@ -473,6 +474,9 @@
{profile}
identifiers={getIdentifiers(event, profile)}
/>
+
+
+
Error loading notifications: {error}
+No notifications {notificationMode === "to-me" ? "received" : "sent"} found.
+