From b7dcc78f8d347130a47d98df6a569b7283b4f041 Mon Sep 17 00:00:00 2001 From: Basile Spaenlehauer Date: Thu, 28 Mar 2024 10:27:37 +0100 Subject: [PATCH] fix: use stacked notifs (#589) --- app/providers.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/providers.tsx b/app/providers.tsx index 8a5c5a8f..3b8833fc 100644 --- a/app/providers.tsx +++ b/app/providers.tsx @@ -54,7 +54,7 @@ export default function Providers(props: { children: React.ReactNode }) { {children} {/* */} - + ); }