forked from Qortal/qortal-ui
add another break
This commit is contained in:
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) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user