diff --git a/src/components/Stack.tsx b/src/components/Stack.tsx index 05d6292..b1cf828 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 && ( )} -
+ ) }