mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-01-23 00:56:23 +01:00
Ooops typo
This commit is contained in:
parent
ea7aa936a8
commit
9f84297b8f
1 changed files with 1 additions and 1 deletions
|
@ -214,7 +214,7 @@ function Notifications() {
|
|||
const heading =
|
||||
notificationDay.toDateString() === yesterdayDate.toDateString()
|
||||
? 'Yesterday'
|
||||
: niceDate(currentDay, {
|
||||
: niceDateTime(currentDay, {
|
||||
hideTime: true,
|
||||
});
|
||||
return (
|
||||
|
|
Loading…
Reference in a new issue