mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-02 14:16:39 +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 =
|
const heading =
|
||||||
notificationDay.toDateString() === yesterdayDate.toDateString()
|
notificationDay.toDateString() === yesterdayDate.toDateString()
|
||||||
? 'Yesterday'
|
? 'Yesterday'
|
||||||
: niceDate(currentDay, {
|
: niceDateTime(currentDay, {
|
||||||
hideTime: true,
|
hideTime: true,
|
||||||
});
|
});
|
||||||
return (
|
return (
|
||||||
|
|
Loading…
Reference in a new issue