From f53a08ba7a88a865df66bceef8893bbd83a33e62 Mon Sep 17 00:00:00 2001 From: anovazzi1 Date: Fri, 8 Mar 2024 15:16:27 -0300 Subject: [PATCH] Update app-div style in App.tsx --- src/frontend/src/App.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frontend/src/App.tsx b/src/frontend/src/App.tsx index b57dad461..e2ed136df 100644 --- a/src/frontend/src/App.tsx +++ b/src/frontend/src/App.tsx @@ -102,7 +102,7 @@ export default function App() { )}
-
+
{tempNotificationList.map((alert) => (
{alert.type === "error" ? (