We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47d97bc commit 941fda0Copy full SHA for 941fda0
src/shared/components/Settings/Profile/BasicInfo/index.jsx
@@ -172,10 +172,10 @@ export default class BasicInfo extends ConsentComponent {
172
*/
173
onHandleSaveBasicInfo(e) {
174
e.preventDefault();
175
- this.setState({isSaving : true});
+ this.setState({ isSaving: true });
176
const { newBasicInfo } = this.state;
177
if (this.onCheckFormValue(newBasicInfo)) {
178
- this.setState({isSaving : false});
+ this.setState({ isSaving: false });
179
return;
180
}
181
this.showConsent(this.onSaveBasicInfo.bind(this));
@@ -237,7 +237,7 @@ export default class BasicInfo extends ConsentComponent {
237
238
239
240
- this.setState({isSaving : false });
241
242
243
onUpdateSelect(option) {
0 commit comments