mirror of
https://github.com/tooot-app/app
synced 2025-06-05 22:19:13 +02:00
Continue refine remote logic #638
This commit is contained in:
@ -73,13 +73,8 @@ const HeaderConversation = ({ conversation }: Props) => {
|
||||
marginBottom: StyleConstants.Spacing.S
|
||||
}}
|
||||
>
|
||||
{conversation.last_status?.created_at ? (
|
||||
<HeaderSharedCreated
|
||||
created_at={conversation.last_status?.created_at}
|
||||
edited_at={conversation.last_status?.edited_at}
|
||||
/>
|
||||
) : null}
|
||||
<HeaderSharedMuted muted={conversation.last_status?.muted} />
|
||||
{conversation.last_status?.created_at ? <HeaderSharedCreated /> : null}
|
||||
<HeaderSharedMuted />
|
||||
</View>
|
||||
</View>
|
||||
|
||||
|
Reference in New Issue
Block a user