diff --git a/src/Explorer/Menus/NotificationConsole/NotificationConsoleComponent.tsx b/src/Explorer/Menus/NotificationConsole/NotificationConsoleComponent.tsx index 07677cb98..4d90e71c9 100644 --- a/src/Explorer/Menus/NotificationConsole/NotificationConsoleComponent.tsx +++ b/src/Explorer/Menus/NotificationConsole/NotificationConsoleComponent.tsx @@ -205,7 +205,9 @@ export class NotificationConsoleComponent extends React.Component< {item.type === ConsoleDataType.Error && error} {item.type === ConsoleDataType.InProgress && in progress} {item.date} - {item.message} + + {item.message} + )); } diff --git a/src/Explorer/Menus/NotificationConsole/__snapshots__/NotificationConsoleComponent.test.tsx.snap b/src/Explorer/Menus/NotificationConsole/__snapshots__/NotificationConsoleComponent.test.tsx.snap index c28eb6008..84a155f2f 100644 --- a/src/Explorer/Menus/NotificationConsole/__snapshots__/NotificationConsoleComponent.test.tsx.snap +++ b/src/Explorer/Menus/NotificationConsole/__snapshots__/NotificationConsoleComponent.test.tsx.snap @@ -340,7 +340,9 @@ exports[`NotificationConsoleComponent renders the console 2`] = ` date message