mirror of
https://github.com/status-im/safe-react.git
synced 2025-03-01 09:50:43 +00:00
Typo weight prop type
This commit is contained in:
parent
2430937ce5
commit
7d50859cc6
@ -54,7 +54,7 @@ const Owners = (props: Props) => {
|
||||
<Row key={`owner${(index)}`}>
|
||||
<Col xs={11} xsOffset={1}>
|
||||
<Block margin="sm">
|
||||
<Paragraph Weight="bold">Owner Nº {index + 1}</Paragraph>
|
||||
<Paragraph weight="bold">Owner Nº {index + 1}</Paragraph>
|
||||
<Block margin="sm">
|
||||
<Field
|
||||
name={getOwnerNameBy(index)}
|
||||
|
@ -166,7 +166,7 @@ describe('DOM > Feature > SAFE MULTISIG Transactions', () => {
|
||||
await refreshTransactions(store, address)
|
||||
|
||||
transactions = TestUtils.scryRenderedComponentsWithType(SafeDom, Transaction)
|
||||
statusses = ['Adol 1 Eth Account [Confirmed]', 'Adol Metamask 3 [Confirmed]']
|
||||
statusses = ['Adol Metamask 3 [Confirmed]', 'Adol 1 Eth Account [Confirmed]']
|
||||
await checkPendingRemoveOwnerTx(transactions[5], 3, 'Remove Owner Adol Metamask 3', statusses)
|
||||
await checkThresholdOf(address, 3)
|
||||
await processTransaction(address, transactions[5].props.transaction, 2, accounts[1], 3)
|
||||
|
Loading…
x
Reference in New Issue
Block a user