Skip to content

Commit

Permalink
Merge pull request #2951 from nervosnetwork/fix-302
Browse files Browse the repository at this point in the history
  • Loading branch information
Keith-CY authored Nov 23, 2023
2 parents 3c72ac1 + 08f2948 commit b1c5495
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/neuron-ui/src/components/MultisigAddress/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import {
useExitOnWalletChange,
useGoBack,
} from 'utils'
import { useState as useGlobalState, withProvider } from 'states'
import { useState as useGlobalState } from 'states'
import MultisigAddressCreateDialog from 'components/MultisigAddressCreateDialog'
import MultisigAddressInfo from 'components/MultisigAddressInfo'
import SendFromMultisigDialog from 'components/SendFromMultisigDialog'
Expand Down Expand Up @@ -387,4 +387,4 @@ const MultisigAddress = () => {

MultisigAddress.displayName = 'MultisigAddress'

export default withProvider(MultisigAddress)
export default MultisigAddress

1 comment on commit b1c5495

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Packaging for test is done in 6967374889

Please sign in to comment.