From 70466818e342fdade6572aeef453a5737fc1de67 Mon Sep 17 00:00:00 2001 From: Liam <67254223+RealFascinated@users.noreply.github.com> Date: Mon, 10 Oct 2022 18:43:37 +0100 Subject: [PATCH] Yet more small changes --- pages/overlay.js | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/pages/overlay.js b/pages/overlay.js index b0de50c..f23f86b 100644 --- a/pages/overlay.js +++ b/pages/overlay.js @@ -343,13 +343,15 @@ export default class Overlay extends Component { websiteType={websiteType} avatar={data.profilePicture || data.avatar} /> - : "" + : <> } { - this.state.showScore && this.state.isVisible ? : "" + this.state.showScore && this.state.isVisible ? + : <> } { - this.state.showSongInfo && this.state.beatSaverData !== undefined && this.state.isVisible ? : "" + this.state.showSongInfo && this.state.beatSaverData !== undefined && this.state.isVisible ? + : <> } }