fix(ui): fix subheader origin check
This commit is contained in:
parent
aa07dfa5f4
commit
5ff0d61ffb
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ function PlayerBlock(props: IProps) {
|
|||
const { fullscreen, sessionId, disabled, activeTab, jiraConfig, fullView = false, setActiveTab } = props;
|
||||
|
||||
const originStr = window.env.ORIGIN || window.location.origin
|
||||
const isSaas = /api\.openreplay\.com/.test(originStr)
|
||||
const isSaas = /app\.openreplay\.com/.test(originStr)
|
||||
|
||||
const shouldShowSubHeader = !fullscreen && !fullView;
|
||||
return (
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue