fix(ui): fix for cicd
This commit is contained in:
parent
a7d032bb29
commit
0ab16ce91c
1 changed files with 1 additions and 5 deletions
|
|
@ -28,7 +28,6 @@ import Fetch from './Fetch';
|
|||
import Exceptions from './Exceptions/Exceptions';
|
||||
import LongTasks from './LongTasks';
|
||||
import Inspector from './Inspector';
|
||||
import SubHeader from './SubHeader';
|
||||
|
||||
import styles from './playerBlock.css';
|
||||
|
||||
|
|
@ -51,10 +50,7 @@ export default class PlayerBlock extends React.PureComponent {
|
|||
|
||||
return (
|
||||
<div className={ cn(styles.playerBlock, "flex flex-col") }>
|
||||
<SubHeader
|
||||
sessionId={sessionId}
|
||||
disabled={disabled}
|
||||
/>
|
||||
|
||||
<Player
|
||||
className="flex-1"
|
||||
bottomBlockIsActive={ !fullscreen && bottomBlock !== NONE }
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue