diff --git a/src/Explorer/Menus/NotificationConsole/NotificationConsoleComponent.tsx b/src/Explorer/Menus/NotificationConsole/NotificationConsoleComponent.tsx index f7cacc16c..ecef25315 100644 --- a/src/Explorer/Menus/NotificationConsole/NotificationConsoleComponent.tsx +++ b/src/Explorer/Menus/NotificationConsole/NotificationConsoleComponent.tsx @@ -122,7 +122,9 @@ export class NotificationConsoleComponent extends React.Component< {userContext.features.pr && } - {this.state.headerStatus} + + {this.state.headerStatus} +
@@ -225,6 +227,8 @@ exports[`NotificationConsoleComponent renders the console 2`] = ` className="headerStatus" > message diff --git a/src/Main.tsx b/src/Main.tsx index 9b8087de0..a7f35eb6a 100644 --- a/src/Main.tsx +++ b/src/Main.tsx @@ -83,7 +83,7 @@ const App: React.FunctionComponent = () => { } return ( -
+
{/* Main Command Bar - Start */}