change(ui): removed unused var

This commit is contained in:
Shekar Siri 2023-10-31 10:26:39 +01:00
parent e497aa3554
commit bfc4cc301d

View file

@ -53,8 +53,7 @@ const Router: React.FC<RouterProps> = (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);