summaryrefslogtreecommitdiffstats
path: root/web/react
diff options
context:
space:
mode:
author=Corey Hulen <corey@hulen.com>2016-02-08 11:32:46 -0800
committer=Corey Hulen <corey@hulen.com>2016-02-08 11:32:46 -0800
commitd0ad249bc2485293eeb3a25267598f27a5f78727 (patch)
treebe614fdc0cbd00b3064d6e3883f9415caa916460 /web/react
parent3f0443b55236555951dc45c03dcb05baea86350c (diff)
downloadchat-d0ad249bc2485293eeb3a25267598f27a5f78727.tar.gz
chat-d0ad249bc2485293eeb3a25267598f27a5f78727.tar.bz2
chat-d0ad249bc2485293eeb3a25267598f27a5f78727.zip
Fixing eslint error
Diffstat (limited to 'web/react')
-rw-r--r--web/react/components/user_settings/user_settings_display.jsx1
1 files changed, 0 insertions, 1 deletions
diff --git a/web/react/components/user_settings/user_settings_display.jsx b/web/react/components/user_settings/user_settings_display.jsx
index 98a010959..5f23a8995 100644
--- a/web/react/components/user_settings/user_settings_display.jsx
+++ b/web/react/components/user_settings/user_settings_display.jsx
@@ -10,7 +10,6 @@ import PreferenceStore from '../../stores/preference_store.jsx';
import * as Utils from '../../utils/utils.jsx';
import Constants from '../../utils/constants.jsx';
-const PreReleaseFeatures = Constants.PRE_RELEASE_FEATURES;
import {savePreferences} from '../../utils/client.jsx';
import {intlShape, injectIntl, defineMessages, FormattedMessage} from 'mm-intl';