From 8ae3b8d6c80a5613aeea2dfc43ef2d52c82e89ec Mon Sep 17 00:00:00 2001 From: codytseng Date: Mon, 29 Sep 2025 23:41:43 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=F0=9F=92=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../NotificationList/NotificationItem/ZapNotification.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/NotificationList/NotificationItem/ZapNotification.tsx b/src/components/NotificationList/NotificationItem/ZapNotification.tsx index 03d6ed5c..0bb6fc89 100644 --- a/src/components/NotificationList/NotificationItem/ZapNotification.tsx +++ b/src/components/NotificationList/NotificationItem/ZapNotification.tsx @@ -31,7 +31,7 @@ export function ZapNotification({ sentAt={notification.created_at} targetEvent={event} middle={ -
+
{formatAmount(amount)} {t('sats')} {comment}
}