summaryrefslogtreecommitdiffstats
path: root/webapp/components/user_settings/user_settings_advanced.jsx
diff options
context:
space:
mode:
authorHarrison Healey <harrisonmhealey@gmail.com>2016-06-27 08:16:01 -0400
committerChristopher Speller <crspeller@gmail.com>2016-06-27 08:16:01 -0400
commit459eee85a9ef4ee484565c089a8fc4e151fccc8a (patch)
tree40b151a9a03d78c0efc25ed7f31b651481daa485 /webapp/components/user_settings/user_settings_advanced.jsx
parent5be6661f12171b6e09bccfc32c1b46ef042f46ac (diff)
downloadchat-459eee85a9ef4ee484565c089a8fc4e151fccc8a.tar.gz
chat-459eee85a9ef4ee484565c089a8fc4e151fccc8a.tar.bz2
chat-459eee85a9ef4ee484565c089a8fc4e151fccc8a.zip
PLT-3269 Moved formatting toggle behind EnableDeveloper setting (#3402)
* Force formatting to be enabled if testing is disabled * Moved formatting toggle behind EnableDeveloper setting
Diffstat (limited to 'webapp/components/user_settings/user_settings_advanced.jsx')
-rw-r--r--webapp/components/user_settings/user_settings_advanced.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/webapp/components/user_settings/user_settings_advanced.jsx b/webapp/components/user_settings/user_settings_advanced.jsx
index 35ab77256..37a7a894f 100644
--- a/webapp/components/user_settings/user_settings_advanced.jsx
+++ b/webapp/components/user_settings/user_settings_advanced.jsx
@@ -140,7 +140,7 @@ export default class AdvancedSettingsDisplay extends React.Component {
}
renderFormattingSection() {
- if (window.mm_config.EnableTesting === 'false') {
+ if (window.mm_config.EnableDeveloper === 'false') {
return null;
}