fix code styling

This commit is contained in:
Narek Zakarian 2022-09-06 14:23:50 +04:00
parent 9694c05d6f
commit d7aef159f9

View file

@ -247,11 +247,7 @@ function ppcp_onboarding_productionCallback(...args) {
}
);
if (sandboxSwitchElement.checked) {
sandboxSwitchElement.checked = false;
} else {
sandboxSwitchElement.checked = true;
}
sandboxSwitchElement.checked = ! sandboxSwitchElement.checked;
isDisconnecting = true;