diff options
Diffstat (limited to 'web/react/components/user_settings_modal.jsx')
-rw-r--r-- | web/react/components/user_settings_modal.jsx | 1 |
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> |