From 4db8e915fceacf13b8d559450d20248b20016fce Mon Sep 17 00:00:00 2001 From: theoplawinski Date: Tue, 16 Jul 2024 17:19:50 +0200 Subject: [PATCH] Replaced Stack div tag by main --- src/components/Stack.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/Stack.tsx b/src/components/Stack.tsx index 05d62926..b1cf8280 100644 --- a/src/components/Stack.tsx +++ b/src/components/Stack.tsx @@ -78,7 +78,7 @@ function Stack(props: IProps): JSX.Element { ] return ( -
e).join(" ")}> +
e).join(" ")}> {previousPageIsMount && PrevRoute?.component && ( )} -
+ ) }