Skip to content

Commit

Permalink
Merge 5ffb747 into ea6c89f
Browse files Browse the repository at this point in the history
  • Loading branch information
mgurgel authored Nov 14, 2024
2 parents ea6c89f + 5ffb747 commit 276e7ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion special-pages/pages/onboarding/app/components/App2.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,9 @@ export function App2({ children }) {
<SingleStep />
</BeforeAfterProvider>
</ErrorBoundary>
{children}
</div>
{(step.id === 'welcome' || step.id === 'getStarted') && <Hiker />}
{children}
</main>
);
}
Expand Down

0 comments on commit 276e7ed

Please sign in to comment.