4
1
mirror of https://github.com/Qortal/qortal-ui.git synced 2025-02-11 17:55:51 +00:00

add another break

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

View File

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