change(ui): removed unused var
This commit is contained in:
parent
e497aa3554
commit
bfc4cc301d
1 changed files with 1 additions and 2 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue