summaryrefslogtreecommitdiffstats
path: root/web/react/components/user_settings_modal.jsx
diff options
context:
space:
mode:
authornickago <ngonella@calpoly.edu>2015-07-31 09:51:37 -0700
committernickago <ngonella@calpoly.edu>2015-07-31 09:55:28 -0700
commitac53536385a4ba828f09800a053885db5e5b9e02 (patch)
treefc336273666027c0c867cd91e5cace95fa0d8d8b /web/react/components/user_settings_modal.jsx
parent144caab578b7f8ba5a59f7acfd2973518eb921ef (diff)
downloadchat-ac53536385a4ba828f09800a053885db5e5b9e02.tar.gz
chat-ac53536385a4ba828f09800a053885db5e5b9e02.tar.bz2
chat-ac53536385a4ba828f09800a053885db5e5b9e02.zip
User Settings modal resets to General tab with nothing open on close
Diffstat (limited to 'web/react/components/user_settings_modal.jsx')
-rw-r--r--web/react/components/user_settings_modal.jsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/web/react/components/user_settings_modal.jsx b/web/react/components/user_settings_modal.jsx
index 421027244..d1aff74f2 100644
--- a/web/react/components/user_settings_modal.jsx
+++ b/web/react/components/user_settings_modal.jsx
@@ -53,6 +53,7 @@ module.exports = React.createClass({
activeTab={this.state.active_tab}
activeSection={this.state.active_section}
updateSection={this.updateSection}
+ updateTab={this.updateTab}
/>
</div>
</div>