diff --git a/src/components/dialogs/PostInteractionSettingsDialog.tsx b/src/components/dialogs/PostInteractionSettingsDialog.tsx index 8536001da4..a698574a49 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