summaryrefslogtreecommitdiffstats
path: root/web/react/components/user_settings.jsx
diff options
context:
space:
mode:
authornickago <ngonella@calpoly.edu>2015-09-03 12:53:16 -0700
committernickago <ngonella@calpoly.edu>2015-09-04 08:28:15 -0700
commit228ee859ffacc73835c92ea51432beca856bb21e (patch)
tree4c4dc9ce92b2ebabefb242f717c816159696411c /web/react/components/user_settings.jsx
parentf18657202866a748513f338c426f754b01f7db40 (diff)
downloadchat-228ee859ffacc73835c92ea51432beca856bb21e.tar.gz
chat-228ee859ffacc73835c92ea51432beca856bb21e.tar.bz2
chat-228ee859ffacc73835c92ea51432beca856bb21e.zip
Added help text to username, nickname, and fullname
Diffstat (limited to 'web/react/components/user_settings.jsx')
-rw-r--r--web/react/components/user_settings.jsx3
1 files changed, 2 insertions, 1 deletions
diff --git a/web/react/components/user_settings.jsx b/web/react/components/user_settings.jsx
index 282fb7681..2a607b3e0 100644
--- a/web/react/components/user_settings.jsx
+++ b/web/react/components/user_settings.jsx
@@ -40,6 +40,7 @@ export default class UserSettings extends React.Component {
user={this.state.user}
activeSection={this.props.activeSection}
updateSection={this.props.updateSection}
+ updateTab={this.props.updateTab}
/>
</div>
);
@@ -86,4 +87,4 @@ UserSettings.propTypes = {
activeSection: React.PropTypes.string,
updateSection: React.PropTypes.func,
updateTab: React.PropTypes.func
-}; \ No newline at end of file
+};