diff --git a/frontend/app/components/Session_/PlayerBlock.js b/frontend/app/components/Session_/PlayerBlock.js index 66b0ce516..cd14b2026 100644 --- a/frontend/app/components/Session_/PlayerBlock.js +++ b/frontend/app/components/Session_/PlayerBlock.js @@ -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' ]),