UI: Fix formatting in ConfigurePage.js for consistency

This commit is contained in:
Shreya Malviya 2022-07-13 19:04:57 +05:30
parent 6eed07dd36
commit 060250e021
1 changed files with 6 additions and 5 deletions

View File

@ -233,7 +233,8 @@ class ConfigurePageComponent extends AuthComponent {
this.updateConfig(); this.updateConfig();
this.props.onStatusChange(); this.props.onStatusChange();
} }
).then(() => { )
.then(() => {
this.removePBAfile(API_PBA_WINDOWS, this.setPbaFilenameWindows) this.removePBAfile(API_PBA_WINDOWS, this.setPbaFilenameWindows)
this.removePBAfile(API_PBA_LINUX, this.setPbaFilenameLinux) this.removePBAfile(API_PBA_LINUX, this.setPbaFilenameLinux)
}) })