Skip to content

Commit 941fda0

Browse files
committed
Fixed code spaces
1 parent 47d97bc commit 941fda0

File tree

1 file changed

+3
-3
lines changed
  • src/shared/components/Settings/Profile/BasicInfo

1 file changed

+3
-3
lines changed

src/shared/components/Settings/Profile/BasicInfo/index.jsx

+3-3
Original file line numberDiff line numberDiff line change
@@ -172,10 +172,10 @@ export default class BasicInfo extends ConsentComponent {
172172
*/
173173
onHandleSaveBasicInfo(e) {
174174
e.preventDefault();
175-
this.setState({isSaving : true});
175+
this.setState({ isSaving: true });
176176
const { newBasicInfo } = this.state;
177177
if (this.onCheckFormValue(newBasicInfo)) {
178-
this.setState({isSaving : false});
178+
this.setState({ isSaving: false });
179179
return;
180180
}
181181
this.showConsent(this.onSaveBasicInfo.bind(this));
@@ -237,7 +237,7 @@ export default class BasicInfo extends ConsentComponent {
237237
}
238238
}
239239

240-
this.setState({isSaving : false });
240+
this.setState({ isSaving: false });
241241
}
242242

243243
onUpdateSelect(option) {

0 commit comments

Comments
 (0)