Skip to content

Commit

Permalink
Removed unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
officiallygod committed Feb 28, 2023
1 parent 52beacf commit f09f25e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/OnboardingSPA/pages/Steps/DesignTypography/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const StepDesignTypography = () => {
const location = useLocation();
const [ pattern, setPattern ] = useState();

const { currentData, currentStep, themeStatus } = useSelect( ( select ) => {
const { currentStep, themeStatus } = useSelect( ( select ) => {
return {
currentData:
select( nfdOnboardingStore ).getCurrentOnboardingData(),
Expand Down

0 comments on commit f09f25e

Please sign in to comment.