Skip to content

Commit

Permalink
Remove return
Browse files Browse the repository at this point in the history
  • Loading branch information
arunshenoy99 committed Feb 9, 2024
1 parent 3c8c8ae commit d24d826
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/OnboardingSPA/steps/SiteGen/Editor/Header/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,6 @@ const StepSiteGenEditorHeader = () => {
currentData.sitegen.homepages.data = homepages;
currentData.sitegen.homepages.active = activeHomepage;
setCurrentOnboardingData( currentData );
return currentData;
}
await setFlow( currentData );
await completeFlow();
Expand Down

0 comments on commit d24d826

Please sign in to comment.