fix(ui): minor bugfix
This commit is contained in:
parent
c584b0f653
commit
6b34630fa1
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ import Exceptions from './Exceptions/Exceptions';
|
|||
import LongTasks from './LongTasks';
|
||||
import Inspector from './Inspector';
|
||||
import styles from './playerBlock.css';
|
||||
import SubHeader from "./SubHeader";
|
||||
import SubHeader from './SubHeader';
|
||||
|
||||
@connect(state => ({
|
||||
fullscreen: state.getIn([ 'components', 'player', 'fullscreen' ]),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue