mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-02-22 15:04:50 +01:00
Update addMultisigStep2.js
This commit is contained in:
parent
78efe3bb80
commit
b9c006c77a
1 changed files with 1 additions and 1 deletions
|
@ -567,7 +567,7 @@ const WalletsAddMultisigStep2 = () => {
|
||||||
|
|
||||||
const renderMnemonicsModal = () => {
|
const renderMnemonicsModal = () => {
|
||||||
return (
|
return (
|
||||||
<BottomModal onClose={Keyboard.dismiss} ref={mnemonicsModalRef} isGrabberVisible={false}>
|
<BottomModal onClose={Keyboard.dismiss} ref={mnemonicsModalRef} isGrabberVisible={false} dismissible={false}>
|
||||||
<View style={[styles.newKeyModalContent, stylesHook.modalContent]}>
|
<View style={[styles.newKeyModalContent, stylesHook.modalContent]}>
|
||||||
<View style={styles.itemKeyUnprovidedWrapper}>
|
<View style={styles.itemKeyUnprovidedWrapper}>
|
||||||
<View style={[styles.vaultKeyCircleSuccess, stylesHook.vaultKeyCircleSuccess]}>
|
<View style={[styles.vaultKeyCircleSuccess, stylesHook.vaultKeyCircleSuccess]}>
|
||||||
|
|
Loading…
Add table
Reference in a new issue