From 2e01d6337674445895a51a7f224ba42bb23e55dc Mon Sep 17 00:00:00 2001 From: arunshenoy99 Date: Fri, 23 Feb 2024 23:35:02 +0530 Subject: [PATCH] Fix typography step displaying Finish upon refresh --- .../components/NewfoldInterfaceSkeleton/SiteBuild/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/OnboardingSPA/components/NewfoldInterfaceSkeleton/SiteBuild/index.js b/src/OnboardingSPA/components/NewfoldInterfaceSkeleton/SiteBuild/index.js index 1f6cee651..954a9a660 100644 --- a/src/OnboardingSPA/components/NewfoldInterfaceSkeleton/SiteBuild/index.js +++ b/src/OnboardingSPA/components/NewfoldInterfaceSkeleton/SiteBuild/index.js @@ -190,7 +190,7 @@ const SiteBuild = () => { function handleConditionalDesignStepsRoutes() { if ( location?.pathname.includes( 'colors' ) || - location?.pathname.includes( 'fonts' ) + location?.pathname.includes( 'typography' ) ) { const updates = injectInAllSteps( allSteps,