From abf1a8d0a772d12c84a679a74f23bc30bb109186 Mon Sep 17 00:00:00 2001 From: Hailey Date: Wed, 16 Oct 2024 15:38:02 -0700 Subject: [PATCH] rm --- src/view/com/composer/Composer.tsx | 58 ++++++++++++------------------ 1 file changed, 23 insertions(+), 35 deletions(-) diff --git a/src/view/com/composer/Composer.tsx b/src/view/com/composer/Composer.tsx index d41a3c796b..192de9df2f 100644 --- a/src/view/com/composer/Composer.tsx +++ b/src/view/com/composer/Composer.tsx @@ -559,38 +559,30 @@ export const ComposePost = ({ + ) : canPost ? ( + ) : ( - - {canPost ? ( - - ) : ( - - - Post - - - )} + + + Post + )} @@ -997,10 +989,6 @@ const styles = StyleSheet.create({ paddingVertical: 6, marginLeft: 12, }, - postBtnWrapper: { - flexDirection: 'row', - gap: 14, - }, errorLine: { flexDirection: 'row', alignItems: 'center',