From da4618013134e484f84ecd9e05e825e4a6d51f3d Mon Sep 17 00:00:00 2001 From: nickago Date: Tue, 11 Aug 2015 13:55:46 -0700 Subject: Fixed camelCase typos --- web/react/components/user_settings.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'web/react') diff --git a/web/react/components/user_settings.jsx b/web/react/components/user_settings.jsx index ed4f3fd98..7bc842814 100644 --- a/web/react/components/user_settings.jsx +++ b/web/react/components/user_settings.jsx @@ -524,7 +524,7 @@ var SecurityTab = React.createClass({ $(this.getDOMNode()).find('.form-control').each(function() { this.value = ''; }); - this.setState({current_password: '', new_password: '', confirm_password: '', server_error: null, password_error: null}); + this.setState({currentPassword: '', newPassword: '', confirmPassword: '', serverError: null, passwordError: null}); if (!this.state.willReturn) { this.props.updateTab('general'); @@ -540,7 +540,7 @@ var SecurityTab = React.createClass({ this.props.updateSection(''); }, getInitialState: function() { - return { current_password: '', new_password: '', confirm_password: '', willReturn: false }; + return {currentPassword: '', newPassword: '', confirmPassword: '', willReturn: false}; }, render: function() { var serverError = this.state.serverError ? this.state.serverError : null; -- cgit v1.2.3-1-g7c22