Skip to content

Commit

Permalink
fix lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
sepehr2github committed Oct 24, 2023
1 parent b20ec6a commit 6563ab0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/containers/proposalStepper/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ import {removeUnchangedMinimumApprovalAction} from 'utils/library';
import {Governance} from 'utils/paths';
import {Action} from 'utils/types';
import {actionsAreValid} from 'utils/validators';
import {useDaoMembers} from 'hooks/useDaoMembers';

type ProposalStepperType = {
enableTxModal: () => void;
Expand Down

0 comments on commit 6563ab0

Please sign in to comment.