Skip to content

Commit

Permalink
Merge pull request #616 from newfold-labs/fix/spa-lint
Browse files Browse the repository at this point in the history
Fix SPA Lint
  • Loading branch information
arunshenoy99 authored Sep 4, 2024
2 parents f26d527 + 3eccf3c commit 1d995c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/OnboardingSPA/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export async function initializeNFDOnboarding( id, runtime ) {
}

const currentData = await getFlow();

if ( currentData.error === null ) {
currentData.body = initializeFlowData( currentData.body );
dispatch( nfdOnboardingStore ).setCurrentOnboardingData(
Expand Down

0 comments on commit 1d995c9

Please sign in to comment.