fix: set disabled as boolean

This commit is contained in:
GleidsonDaniel 2024-05-22 16:32:58 -04:00
parent 65657dca69
commit 06949d77e5
1 changed files with 1 additions and 1 deletions

View File

@ -243,7 +243,7 @@ const Reply = React.memo(
}
]}
background={Touchable.Ripple(themes[theme].surfaceNeutral)}
disabled={loading || attachment.message_link}
disabled={!!(loading || attachment.message_link)}
>
<View style={styles.attachmentContainer}>
<Title attachment={attachment} timeFormat={timeFormat} theme={theme} />