mirror of
https://github.com/tooot-app/app
synced 2025-02-20 13:50:49 +01:00
Fixed #255
This commit is contained in:
parent
e38a45ffb2
commit
1eaa1eaecf
@ -91,7 +91,9 @@ const TimelineHeaderNotification = ({ queryKey, notification }: Props) => {
|
|||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<HeaderSharedCreated
|
<HeaderSharedCreated
|
||||||
created_at={notification.created_at}
|
created_at={
|
||||||
|
notification.status?.created_at || notification.created_at
|
||||||
|
}
|
||||||
edited_at={notification.status?.edited_at}
|
edited_at={notification.status?.edited_at}
|
||||||
/>
|
/>
|
||||||
{notification.status?.visibility ? (
|
{notification.status?.visibility ? (
|
||||||
|
Loading…
x
Reference in New Issue
Block a user