diff --git a/src/web/app/desktop/tags/donation.tag b/src/web/app/desktop/tags/donation.tag
index 0946e430d..57b36a305 100644
--- a/src/web/app/desktop/tags/donation.tag
+++ b/src/web/app/desktop/tags/donation.tag
@@ -50,7 +50,7 @@
this.mixin('api');
this.mixin('i');
- this.close = (e) => {
+ this.close = e => {
e.preventDefault();
e.stopPropagation();
@@ -61,7 +61,6 @@
no_donation: this.I.data.no_donation
this.unmount();
-
- this.parent.parent.set-root-layout!
+ };
diff --git a/src/web/app/desktop/tags/ui-header.tag b/src/web/app/desktop/tags/ui-header.tag
index 05d1ff665..9dd1ace6b 100644
--- a/src/web/app/desktop/tags/ui-header.tag
+++ b/src/web/app/desktop/tags/ui-header.tag
@@ -21,7 +21,7 @@