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 ? + : <> } }