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