Skip to content

Commit

Permalink
lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
girish-lokapure committed Feb 28, 2024
1 parent a81dde9 commit ae91460
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/OnboardingSPA/components/SiteGenError/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ const SiteGenSiteError = () => {
window.nfdOnboarding.currentFlow = newFlow;
currentData.activeFlow = newFlow;
currentData.continueWithoutAi = true;
setContinueWithoutAi(true);
setContinueWithoutAi( true );
setCurrentOnboardingData( currentData );
updateSiteGenErrorStatus( false );
if ( SITEGEN_FLOW !== newFlow ) {
Expand Down
2 changes: 1 addition & 1 deletion src/OnboardingSPA/store/actions.js
Original file line number Diff line number Diff line change
Expand Up @@ -338,4 +338,4 @@ export function setContinueWithoutAi( continueWithoutAi ) {
type: 'SET_FLOW_WITHOUT_AI',
continueWithoutAi,
};
}
}

0 comments on commit ae91460

Please sign in to comment.