diff --git a/frontend/app/Router.tsx b/frontend/app/Router.tsx index d6fb8945c..72d6f7332 100644 --- a/frontend/app/Router.tsx +++ b/frontend/app/Router.tsx @@ -53,8 +53,7 @@ const Router: React.FC = (props) => { fetchUserInfo, fetchSiteList, history, - match: { params: { siteId: siteIdFromPath } }, - additionalRoutes = null + match: { params: { siteId: siteIdFromPath } } } = props; const [isIframe, setIsIframe] = React.useState(false); const [isJwt, setIsJwt] = React.useState(false);