summaryrefslogtreecommitdiffstats
path: root/web/react/components/sidebar.jsx
diff options
context:
space:
mode:
authorJoramWilander <jwawilander@gmail.com>2015-11-05 10:49:43 -0500
committerJoramWilander <jwawilander@gmail.com>2015-11-05 10:49:43 -0500
commit39278918270d8f0fa75b62810c5fc2c831016b1c (patch)
tree516e035ffd6638d0ca6d1b80d253b47c82ac3d57 /web/react/components/sidebar.jsx
parentb8a1bd03cc58a355bbc28e9cecabbe6ed04f9115 (diff)
downloadchat-39278918270d8f0fa75b62810c5fc2c831016b1c.tar.gz
chat-39278918270d8f0fa75b62810c5fc2c831016b1c.tar.bz2
chat-39278918270d8f0fa75b62810c5fc2c831016b1c.zip
Update tutorial to not show by default
Diffstat (limited to 'web/react/components/sidebar.jsx')
-rw-r--r--web/react/components/sidebar.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/react/components/sidebar.jsx b/web/react/components/sidebar.jsx
index 8b5f7a381..f5ce5c10e 100644
--- a/web/react/components/sidebar.jsx
+++ b/web/react/components/sidebar.jsx
@@ -146,7 +146,7 @@ export default class Sidebar extends React.Component {
visibleDirectChannels.sort(this.sortChannelsByDisplayName);
- const tutorialPref = PreferenceStore.getPreference(Preferences.TUTORIAL_STEP, UserStore.getCurrentId(), {value: '0'});
+ const tutorialPref = PreferenceStore.getPreference(Preferences.TUTORIAL_STEP, UserStore.getCurrentId(), {value: '999'});
return {
activeId: currentChannelId,