Skip to content

Commit

Permalink
Lintfix
Browse files Browse the repository at this point in the history
  • Loading branch information
selankon committed Jan 4, 2024
1 parent fec429c commit c49c97f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
1 change: 0 additions & 1 deletion src/containers/committeeAddressesModal/index.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import React from 'react';
import {useFormContext} from 'react-hook-form';

import ModalBottomSheetSwitcher from 'components/modalBottomSheetSwitcher';
import {useGlobalModalContext} from 'context/globalModals';
Expand Down
6 changes: 1 addition & 5 deletions src/pages/manageMembers.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -170,11 +170,7 @@ export const ManageMembers: React.FC = () => {
wizardDescription={t('newWithdraw.setupVoting.description')}
isNextButtonDisabled={!setupVotingIsValid(errors)}
>
<SetupVotingForm
pluginSettings={
isGasless ? pluginSettings : multisigVotingSettings
}
/>
<SetupVotingForm pluginSettings={multisigVotingSettings} />
</Step>
<Step
wizardTitle={t('newWithdraw.defineProposal.heading')}
Expand Down

0 comments on commit c49c97f

Please sign in to comment.