diff --git a/app/soapbox/features/ui/util/react_router_helpers.tsx b/app/soapbox/features/ui/util/react_router_helpers.tsx index b7dbdb192..992a60e2b 100644 --- a/app/soapbox/features/ui/util/react_router_helpers.tsx +++ b/app/soapbox/features/ui/util/react_router_helpers.tsx @@ -13,6 +13,7 @@ import BundleContainer from '../containers/bundle_container'; type PageProps = { params?: MatchType['params'], layout?: any, + children: React.ReactNode, }; interface IWrappedRoute extends RouteProps {