Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
officiallygod committed Apr 9, 2024
1 parent 95454c3 commit 4d429d0
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/OnboardingSPA/steps/TheFork/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,7 @@ const TheFork = () => {

const handleExperimentVersion = async () => {
let theForkExperimentVersion = 0;
if (
currentData.sitegen.theForkExperimentVersion &&
currentData.sitegen.theForkExperimentVersion !== 0
) {
if ( currentData.sitegen.theForkExperimentVersion !== 0 ) {
// Use an existing experiment version if it exists
setExperimentVersion(
currentData.sitegen.theForkExperimentVersion
Expand Down

0 comments on commit 4d429d0

Please sign in to comment.