UI: Fix formatting in ConfigurePage.js for consistency
This commit is contained in:
parent
6eed07dd36
commit
060250e021
|
@ -233,7 +233,8 @@ class ConfigurePageComponent extends AuthComponent {
|
|||
this.updateConfig();
|
||||
this.props.onStatusChange();
|
||||
}
|
||||
).then(() => {
|
||||
)
|
||||
.then(() => {
|
||||
this.removePBAfile(API_PBA_WINDOWS, this.setPbaFilenameWindows)
|
||||
this.removePBAfile(API_PBA_LINUX, this.setPbaFilenameLinux)
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue