File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
packages/neuron-ui/src/components/MultisigAddress Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -207,15 +207,13 @@ const MultisigAddress = () => {
207207 const daoDisabledMessage = useMemo ( ( ) => {
208208 if ( ! wallet . device ) return ''
209209
210- const multisigConfig = daoDepositAction . depositFromMultisig || daoWithdrawAction . withdrawFromMultisig
211- if ( ! multisigConfig ) return ''
212-
213210 if (
214211 ( daoDepositAction . depositFromMultisig && daoDepositAction . isDialogOpen ) ||
215212 ( daoWithdrawAction . withdrawFromMultisig && daoWithdrawAction . isDialogOpen )
216213 ) {
214+ const multisigConfig = daoDepositAction . depositFromMultisig || daoWithdrawAction . withdrawFromMultisig
217215 const { canSign } = getMultisigSignStatus ( {
218- multisigConfig,
216+ multisigConfig : multisigConfig ! ,
219217 addresses,
220218 } )
221219
You can’t perform that action at this time.
0 commit comments