diff --git a/src/components/NotificationList/NotificationItem/ZapNotification.tsx b/src/components/NotificationList/NotificationItem/ZapNotification.tsx index 79b9ac1..1ac6ae8 100644 --- a/src/components/NotificationList/NotificationItem/ZapNotification.tsx +++ b/src/components/NotificationList/NotificationItem/ZapNotification.tsx @@ -27,7 +27,7 @@ export function ZapNotification({ () => extractZapInfoFromReceipt(notification) ?? ({} as any), [notification] ) - const { event } = useFetchEvent(eventId) + const { event, isFetching } = useFetchEvent(eventId) if (!senderPubkey || !amount) return null @@ -43,10 +43,12 @@ export function ZapNotification({ {formatAmount(amount)} {t('sats')} {comment &&