1
0
mirror of https://github.com/tooot-app/app synced 2025-02-18 12:50:46 +01:00
This commit is contained in:
Zhiyuan Zheng 2022-06-03 23:27:22 +02:00
parent e38a45ffb2
commit 1eaa1eaecf

View File

@ -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 ? (