mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-02-23 07:15:35 +01:00
Update TooltipMenu.ios.js
This commit is contained in:
parent
e2ed4cf00b
commit
0e75012045
1 changed files with 2 additions and 3 deletions
|
@ -12,9 +12,8 @@ const ToolTipMenu = props => {
|
|||
menuOptions: action.menuOptions,
|
||||
menuTitle: action.menuTitle,
|
||||
};
|
||||
if (action.menuStateOn) {
|
||||
item.menuState = action.menuStateOn ? 'on' : 'off';
|
||||
}
|
||||
item.menuState = action.menuStateOn ? 'on' : 'off';
|
||||
|
||||
if (action.disabled) {
|
||||
item.menuAttributes = ['disabled'];
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue