Ooops typo

This commit is contained in:
Lim Chee Aun 2023-03-01 22:18:45 +08:00
parent ea7aa936a8
commit 9f84297b8f

View file

@ -214,7 +214,7 @@ function Notifications() {
const heading = const heading =
notificationDay.toDateString() === yesterdayDate.toDateString() notificationDay.toDateString() === yesterdayDate.toDateString()
? 'Yesterday' ? 'Yesterday'
: niceDate(currentDay, { : niceDateTime(currentDay, {
hideTime: true, hideTime: true,
}); });
return ( return (