Skip to content

Commit

Permalink
Update stages.js
Browse files Browse the repository at this point in the history
turn devmode off
  • Loading branch information
devkennyy authored May 13, 2023
1 parent b4567b2 commit 2ba926d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/stages.js
Original file line number Diff line number Diff line change
Expand Up @@ -515,11 +515,11 @@ handleStageGhost = id => {
};

// this should be false in production
let devmode = true;
let devmode = false;

const checkDevmode = () => {
if (devmode){
enable("stage-btn-next");
console.log("stage completed (devmode)")
};
};
};

0 comments on commit 2ba926d

Please sign in to comment.