From c3aedd935d5aeb3b3803495e992ce775b8d944d8 Mon Sep 17 00:00:00 2001 From: Athou Date: Fri, 5 May 2023 08:38:23 +0200 Subject: [PATCH] move notifications out of the way (#1054) --- commafeed-client/src/App.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commafeed-client/src/App.tsx b/commafeed-client/src/App.tsx index 897b60d7..6d0a01f5 100644 --- a/commafeed-client/src/App.tsx +++ b/commafeed-client/src/App.tsx @@ -50,7 +50,7 @@ function Providers(props: { children: React.ReactNode }) { }} > - + {props.children}