From d9c89ae0e3ea8c3505d2706e69e829ce78b639bc Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Tue, 29 Dec 2020 10:30:21 -0600 Subject: [PATCH] Markdown: add experimental warning in Preferences --- app/soapbox/features/preferences/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/app/soapbox/features/preferences/index.js b/app/soapbox/features/preferences/index.js index b5360808d..dd1072c49 100644 --- a/app/soapbox/features/preferences/index.js +++ b/app/soapbox/features/preferences/index.js @@ -182,6 +182,7 @@ class Preferences extends ImmutablePureComponent { /> } + hint={} checked={settings.get('defaultContentType') === 'text/markdown'} value='text/markdown' />