fix(ui): assist menu active status
This commit is contained in:
parent
54dc3be771
commit
26e32d48db
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ interface Props extends RouteComponentProps {
|
|||
function Assist(props: Props) {
|
||||
const { history, siteId, isEnterprise } = props;
|
||||
const isAssist = history.location.pathname.includes('assist');
|
||||
const isRecords = history.location.pathname.includes('recordings');
|
||||
const isRecords = history.location.pathname.includes('offline-playback');
|
||||
|
||||
const redirect = (path: string) => {
|
||||
history.push(withSiteId(path, siteId));
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue