Skip to content

Commit

Permalink
Fix typography step displaying Finish upon refresh
Browse files Browse the repository at this point in the history
  • Loading branch information
arunshenoy99 committed Feb 23, 2024
1 parent c88b8a4 commit 2e01d63
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 2e01d63

Please sign in to comment.