mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-02-23 15:20:55 +01:00
fix: round circles on Multisig screen
This commit is contained in:
parent
f0ce4a2760
commit
42789730fc
1 changed files with 1 additions and 1 deletions
|
@ -466,7 +466,7 @@ const WalletsAddMultisigStep2 = () => {
|
|||
return (
|
||||
<View>
|
||||
<MultipleStepsListItem
|
||||
circledText={el.index + 1}
|
||||
circledText={String(el.index + 1)}
|
||||
leftText={loc.formatString(loc.multisig.vault_key, { number: el.index + 1 })}
|
||||
dashes={dashType({ index: el.index, lastIndex: data.current.length - 1, isChecked, isFocus: renderProvideKeyButtons })}
|
||||
checked={isChecked}
|
||||
|
|
Loading…
Add table
Reference in a new issue