summaryrefslogtreecommitdiffstats
path: root/web/react/components/user_settings.jsx
diff options
context:
space:
mode:
authorReed Garmsen <rgarmsen2295@gmail.com>2015-06-15 11:22:53 -0700
committerReed Garmsen <rgarmsen2295@gmail.com>2015-06-15 11:22:53 -0700
commit6883f691ef3b33ceee6bc525830675245aaf508a (patch)
tree4693838432e0c544944b137ab246fbcc4583d848 /web/react/components/user_settings.jsx
parentc94883e0dfc0c7cbcf86a78f9134d1e3283a07cd (diff)
parent08e02c3dad4d2fa765b11ae58313b3f3e375e447 (diff)
downloadchat-6883f691ef3b33ceee6bc525830675245aaf508a.tar.gz
chat-6883f691ef3b33ceee6bc525830675245aaf508a.tar.bz2
chat-6883f691ef3b33ceee6bc525830675245aaf508a.zip
Merge pull request #1 from mattermost/master
to me
Diffstat (limited to 'web/react/components/user_settings.jsx')
-rw-r--r--web/react/components/user_settings.jsx5
1 files changed, 5 insertions, 0 deletions
diff --git a/web/react/components/user_settings.jsx b/web/react/components/user_settings.jsx
index b165a59ad..a9c2433f2 100644
--- a/web/react/components/user_settings.jsx
+++ b/web/react/components/user_settings.jsx
@@ -1126,6 +1126,9 @@ module.exports = React.createClass({
<NotificationsTab user={this.state.user} activeSection={this.props.activeSection} updateSection={this.props.updateSection} />
</div>
);
+
+ /* Temporarily removing sessions and activity_log tabs
+
} else if (this.props.activeTab === 'sessions') {
return (
<div>
@@ -1138,6 +1141,8 @@ module.exports = React.createClass({
<AuditTab activeSection={this.props.activeSection} updateSection={this.props.updateSection} />
</div>
);
+ */
+
} else if (this.props.activeTab === 'appearance') {
return (
<div>