diff --git a/components/system/components/GlobalCarousel.js b/components/system/components/GlobalCarousel.js index 051deb8d..8172b86e 100644 --- a/components/system/components/GlobalCarousel.js +++ b/components/system/components/GlobalCarousel.js @@ -374,7 +374,9 @@ export class GlobalCarousel extends React.Component { css={STYLES_EXPANDER} onClick={() => this.setState({ showSidebar: !this.state.showSidebar })} > - {this.state.showSidebar && !unityGame ? ( + {unityGame ? ( + + ) : this.state.showSidebar ? ( ) : (