From 6b34630fa187b0557768b275a4e7e08921aa591f Mon Sep 17 00:00:00 2001 From: sylenien Date: Mon, 23 May 2022 16:17:58 +0200 Subject: [PATCH] fix(ui): minor bugfix --- frontend/app/components/Session_/PlayerBlock.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' ]),