From 9f84297b8f01c1ab0774c3e1a85154f568220bce Mon Sep 17 00:00:00 2001 From: Lim Chee Aun Date: Wed, 1 Mar 2023 22:18:45 +0800 Subject: [PATCH] Ooops typo --- src/pages/notifications.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/notifications.jsx b/src/pages/notifications.jsx index 1830c5c0..cd471cfc 100644 --- a/src/pages/notifications.jsx +++ b/src/pages/notifications.jsx @@ -214,7 +214,7 @@ function Notifications() { const heading = notificationDay.toDateString() === yesterdayDate.toDateString() ? 'Yesterday' - : niceDate(currentDay, { + : niceDateTime(currentDay, { hideTime: true, }); return (