diff --git a/frontend/web/components/App.js b/frontend/web/components/App.js index e05d37556f93..c35417700218 100644 --- a/frontend/web/components/App.js +++ b/frontend/web/components/App.js @@ -381,21 +381,23 @@ const App = class extends Component { /> )} {user && showBanner && ( - - - this.closeAnnouncement(announcementValue.id) - } - buttonText={announcementValue.buttonText} - url={announcementValue.url} - > -
-
{announcementValue.description}
-
-
-
+
+
+ + this.closeAnnouncement(announcementValue.id) + } + buttonText={announcementValue.buttonText} + url={announcementValue.url} + > +
+
{announcementValue.description}
+
+
+
+
)} {this.props.children}