fix(ui) - 143: issue with session back button
This commit is contained in:
parent
86a38aa61a
commit
7ef7c0b3a0
1 changed files with 1 additions and 1 deletions
|
|
@ -54,7 +54,7 @@ function PlayerBlockHeader(props: any) {
|
|||
const backHandler = () => {
|
||||
if (
|
||||
sessionPath.pathname === history.location.pathname ||
|
||||
sessionPath.pathname.includes('/session/')
|
||||
sessionPath.pathname.includes('/session/') || sessionPath.pathname.includes('/assist/')
|
||||
) {
|
||||
history.push(withSiteId(SESSIONS_ROUTE, siteId));
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue