From 5e296703b0167668a42595897ea29f183a51458b Mon Sep 17 00:00:00 2001 From: sylenien Date: Mon, 23 May 2022 18:17:37 +0200 Subject: [PATCH] fix(ui): fix typo --- 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 4feb95508..1f5bd6c59 100644 --- a/frontend/app/components/Session_/PlayerBlock.js +++ b/frontend/app/components/Session_/PlayerBlock.js @@ -28,7 +28,7 @@ import Fetch from './Fetch'; import Exceptions from './Exceptions/Exceptions'; import LongTasks from './LongTasks'; import Inspector from './Inspector'; -import SubHeader from './SubHeader'; +import SubHeader from './Subheader'; import styles from './playerBlock.css';