From e3099bf93d7cdc852713546d0d96f83ba061d73b Mon Sep 17 00:00:00 2001 From: sylenien Date: Mon, 23 May 2022 16:43:57 +0200 Subject: [PATCH] fix(ui): return subheader --- frontend/app/components/Session_/PlayerBlock.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/frontend/app/components/Session_/PlayerBlock.js b/frontend/app/components/Session_/PlayerBlock.js index e8cafee46..0b256f248 100644 --- a/frontend/app/components/Session_/PlayerBlock.js +++ b/frontend/app/components/Session_/PlayerBlock.js @@ -28,6 +28,7 @@ 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'; @@ -50,7 +51,10 @@ export default class PlayerBlock extends React.PureComponent { return (
- +