From f60588700d662faba97fee3ccf5a5331f6160f7b Mon Sep 17 00:00:00 2001 From: JoramWilander Date: Mon, 15 Jun 2015 09:40:46 -0400 Subject: fixes mm-1237 remove sessions and activity log from account settings --- web/react/components/user_settings.jsx | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'web/react/components/user_settings.jsx') 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({ ); + + /* Temporarily removing sessoions and activity_log tabs + } else if (this.props.activeTab === 'sessions') { return (
@@ -1138,6 +1141,8 @@ module.exports = React.createClass({
); + */ + } else if (this.props.activeTab === 'appearance') { return (
-- cgit v1.2.3-1-g7c22