PR update

This commit is contained in:
fmtabbara
2023-02-27 15:33:54 +00:00
parent 7929bac685
commit bdcc19e86a
@@ -22,7 +22,7 @@ export const AppWindowFrame: FCWithChildren = ({ children }) => {
};
case '/menu/settings/service-provider':
return () => {
// when the user moves away from the settings page and the gateway is not valid
// when the user moves away from the settings page and the sp is not valid
// set isActive to false
if (!userDefinedSPAddress?.address) {
setUserDefinedSPAddress((current) => ({ ...current, isActive: false }));