diff --git a/src/App.js b/src/App.js index ad0526e..24d7240 100644 --- a/src/App.js +++ b/src/App.js @@ -1449,7 +1449,7 @@ function App() { {notificationPanelOpen && ( -
+
{notificationError && (
{notificationError} @@ -1611,7 +1611,7 @@ function App() { {notificationSaving ? 'Speichere...' : 'Benachrichtigungen speichern'}
-
+
)}