mirror of
https://github.com/tooot-app/app
synced 2025-02-18 04:40:57 +01:00
Fixed #91
This commit is contained in:
parent
4be0fb5a5f
commit
d7f1c87c9b
@ -132,11 +132,13 @@ const ScreenActionsRoot = React.memo(
|
||||
dismiss={dismiss}
|
||||
/>
|
||||
)}
|
||||
<ActionsShare
|
||||
url={params.status.url || params.status.uri}
|
||||
type={params.type}
|
||||
dismiss={dismiss}
|
||||
/>
|
||||
{params.status.visibility !== 'direct' && (
|
||||
<ActionsShare
|
||||
url={params.status.url || params.status.uri}
|
||||
type={params.type}
|
||||
dismiss={dismiss}
|
||||
/>
|
||||
)}
|
||||
<Button
|
||||
type='text'
|
||||
content={t('common:buttons.cancel')}
|
||||
|
Loading…
x
Reference in New Issue
Block a user