1
0
mirror of https://github.com/Qortal/qortal-ui.git synced 2025-08-03 09:11:27 +00:00

add another break

This commit is contained in:
2023-08-29 12:39:26 -05:00
parent 47cc31f693
commit cb3d71b779

@@ -1356,6 +1356,9 @@ class WebBrowser extends LitElement {
this.addAppToNotificationList(this.name) this.addAppToNotificationList(this.name)
response = true response = true
break; break;
} else {
response = false
break;
} }
} catch (error) { } catch (error) {