mirror of
https://github.com/tooot-app/app
synced 2025-03-12 09:30:11 +01:00
parent
646b539949
commit
4aa96ba2bd
@ -169,7 +169,8 @@ const ComposeAttachments: React.FC<Props> = ({ accessibleRefAttachments }) => {
|
||||
haptics('Success')
|
||||
}}
|
||||
/>
|
||||
{composeState.type === 'edit' && featureCheck('edit_media_details') ? (
|
||||
{composeState.type !== 'edit' ||
|
||||
(composeState.type === 'edit' && featureCheck('edit_media_details')) ? (
|
||||
<Button
|
||||
accessibilityLabel={t('content.root.footer.attachments.edit.accessibilityLabel', {
|
||||
attachment: index + 1
|
||||
|
Loading…
x
Reference in New Issue
Block a user