fix(ui) - 143: issue with session back button

This commit is contained in:
Shekar Siri 2023-12-15 11:37:12 +01:00
parent 86a38aa61a
commit 7ef7c0b3a0

View file

@ -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 {