summaryrefslogtreecommitdiffstats
path: root/web/react/components/user_settings.jsx
diff options
context:
space:
mode:
authorJoramWilander <jwawilander@gmail.com>2015-06-15 09:40:46 -0400
committerJoramWilander <jwawilander@gmail.com>2015-06-15 09:40:46 -0400
commitf60588700d662faba97fee3ccf5a5331f6160f7b (patch)
tree40d6fc2b8859f018b6598fd6cb51c54dd294261a /web/react/components/user_settings.jsx
parentc94883e0dfc0c7cbcf86a78f9134d1e3283a07cd (diff)
downloadchat-f60588700d662faba97fee3ccf5a5331f6160f7b.tar.gz
chat-f60588700d662faba97fee3ccf5a5331f6160f7b.tar.bz2
chat-f60588700d662faba97fee3ccf5a5331f6160f7b.zip
fixes mm-1237 remove sessions and activity log from account settings
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..9af2cbf04 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 sessoions 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>