From ee2f23c9721c4a40cee5c7010768199c6f18d55d Mon Sep 17 00:00:00 2001 From: Zhiyuan Zheng Date: Wed, 11 May 2022 00:11:18 +0200 Subject: [PATCH] Update Actions.tsx https://github.com/tooot-app/app/issues/274 --- src/components/Timeline/Shared/Actions.tsx | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/components/Timeline/Shared/Actions.tsx b/src/components/Timeline/Shared/Actions.tsx index 21668903..51c65848 100644 --- a/src/components/Timeline/Shared/Actions.tsx +++ b/src/components/Timeline/Shared/Actions.tsx @@ -207,7 +207,7 @@ const TimelineActions: React.FC = ({ = ({ style={styles.action} onPress={onPressReblog} children={childrenReblog} - disabled={ - status.visibility === 'private' || status.visibility === 'direct' - } + disabled={status.visibility === 'direct'} />