From 5164ca6288c233de1ea351e9d5e9a7218a8a3b34 Mon Sep 17 00:00:00 2001 From: Evan Date: Mon, 25 Nov 2024 13:24:00 +0000 Subject: Make quote post enabled switch label text static (#6720) * Make quote post enabled switch label text static * Update PostInteractionSettingsDialog.tsx * meh this is better --------- Co-authored-by: dan --- src/components/dialogs/PostInteractionSettingsDialog.tsx | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'src/components/dialogs/PostInteractionSettingsDialog.tsx') diff --git a/src/components/dialogs/PostInteractionSettingsDialog.tsx b/src/components/dialogs/PostInteractionSettingsDialog.tsx index 8536001da..a698574a4 100644 --- a/src/components/dialogs/PostInteractionSettingsDialog.tsx +++ b/src/components/dialogs/PostInteractionSettingsDialog.tsx @@ -311,11 +311,7 @@ export function PostInteractionSettingsForm({ onChange={onChangeQuotesEnabled} style={[a.justify_between, a.pt_xs]}> - {quotesEnabled ? ( - Quote posts enabled - ) : ( - Quote posts disabled - )} + Allow quote posts -- cgit 1.4.1