Merge pull request #7058 from BlueWallet/checkbo

FIX: Entropy option had a checkbo in Android
This commit is contained in:
GLaDOS 2024-09-14 10:37:49 +00:00 committed by GitHub
commit 0037a55150
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 0 additions and 2 deletions

View file

@ -216,7 +216,6 @@ const WalletsAdd: React.FC = () => {
const entropyAction = {
...CommonToolTipActions.Entropy,
text: entropyButtonText,
menuState: false,
};
return [walletAction, entropyAction];

View file

@ -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,