From 972e449e6b769d11fae538894bea27d392c19494 Mon Sep 17 00:00:00 2001 From: Allen Benny <48691514+officiallygod@users.noreply.github.com> Date: Tue, 28 Feb 2023 12:39:30 +0530 Subject: [PATCH] Update index.js --- src/OnboardingSPA/pages/Steps/DesignTypography/index.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/OnboardingSPA/pages/Steps/DesignTypography/index.js b/src/OnboardingSPA/pages/Steps/DesignTypography/index.js index c5748dfec..9170603ab 100644 --- a/src/OnboardingSPA/pages/Steps/DesignTypography/index.js +++ b/src/OnboardingSPA/pages/Steps/DesignTypography/index.js @@ -23,8 +23,6 @@ const StepDesignTypography = () => { const { currentStep, themeStatus } = useSelect( ( select ) => { return { - currentData: - select( nfdOnboardingStore ).getCurrentOnboardingData(), currentStep: select( nfdOnboardingStore ).getStepFromPath( location.pathname ),