Skip to content

Commit

Permalink
Fixes linter warning
Browse files Browse the repository at this point in the history
  • Loading branch information
dsawardekar committed Aug 28, 2024
1 parent 20ed5c7 commit 31a3ba5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion js/src/setup-mc/setup-stepper/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ import useMCSetup from '.~/hooks/useMCSetup';
import useStoreAddress from '.~/hooks/useStoreAddress';
import useGoogleMCPhoneNumber from '.~/hooks/useGoogleMCPhoneNumber';
import stepNameKeyMap from './stepNameKeyMap';
import { has } from 'lodash';

const SetupStepper = () => {
const { hasFinishedResolution, data: mcSetup } = useMCSetup();
Expand Down

0 comments on commit 31a3ba5

Please sign in to comment.