Skip to content

Commit

Permalink
fix(karaoke): Story guidelines were not displayed
Browse files Browse the repository at this point in the history
  • Loading branch information
oxodao committed Jun 20, 2024
1 parent 4f0ec53 commit 8846d3d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gui/src/pages/booth/karaoke/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@ export default function Photobooth() {
{ timer >= 0 && <div className={`timer`}>{timer > 0 && timer}</div> }
{ flash && <div className="timer flash"></div> }
{ appState.current_mode === 'DISABLED' && <LockedModal /> }
<div className={`storyGuidelines`}></div>

{
lastPicture && <div className="picture_frame" style={lastPicture.loaded ? {} : {display: 'none'}}>
Expand Down

0 comments on commit 8846d3d

Please sign in to comment.