mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-02-23 07:15:35 +01:00
Merge pull request #7058 from BlueWallet/checkbo
FIX: Entropy option had a checkbo in Android
This commit is contained in:
commit
0037a55150
2 changed files with 0 additions and 2 deletions
|
@ -216,7 +216,6 @@ const WalletsAdd: React.FC = () => {
|
|||
const entropyAction = {
|
||||
...CommonToolTipActions.Entropy,
|
||||
text: entropyButtonText,
|
||||
menuState: false,
|
||||
};
|
||||
|
||||
return [walletAction, entropyAction];
|
||||
|
|
|
@ -116,7 +116,6 @@ export const CommonToolTipActions = {
|
|||
id: keys.Entropy,
|
||||
text: loc.wallets.add_entropy_provide,
|
||||
icon: icons.Entropy,
|
||||
menuState: false,
|
||||
},
|
||||
SearchAccount: {
|
||||
id: keys.SearchAccount,
|
||||
|
|
Loading…
Add table
Reference in a new issue