diff --git a/apps/web/src/components/route-container/index.tsx b/apps/web/src/components/route-container/index.tsx index 561a98a73..2fded9d01 100644 --- a/apps/web/src/components/route-container/index.tsx +++ b/apps/web/src/components/route-container/index.tsx @@ -102,7 +102,11 @@ function Header(props: RouteContainerProps) { ); return ( - + {buttons?.back ? ( Promise); - component: React.ReactNode; + component: React.FunctionComponent; props?: any; buttons?: RouteContainerButtons; };