fix lint errors #1687
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
7 errors
build-and-test:
src/containers/proposalStepper/index.tsx#L150
Type 'SupportedVotingSettings' is not assignable to type 'MajorityVotingSettings'.
|
build-and-test:
src/containers/setupVotingForm/tokenVoting.tsx#L67
Property 'minDuration' does not exist on type 'SupportedVotingSettings'.
|
build-and-test:
src/containers/withdrawStepper/index.tsx#L128
Type 'SupportedVotingSettings' is not assignable to type 'MajorityVotingSettings'.
|
build-and-test:
src/pages/manageMembers.tsx#L172
Type 'MultisigVotingSettings' is not assignable to type 'MajorityVotingSettings'.
|
build-and-test:
src/pages/mintTokens.tsx#L113
Type 'SupportedVotingSettings' is not assignable to type 'MajorityVotingSettings'.
|
build-and-test:
src/pages/proposeSettings.tsx#L167
Type 'SupportedVotingSettings' is not assignable to type 'MajorityVotingSettings'.
|
build-and-test
Process completed with exit code 2.
|