This commit is contained in:
Zhiyuan Zheng 2022-06-03 23:27:22 +02:00
parent e38a45ffb2
commit 1eaa1eaecf
1 changed files with 3 additions and 1 deletions

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