mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-01-19 05:45:15 +01:00
Update TooltipMenu.ios.js
This commit is contained in:
parent
e2ed4cf00b
commit
0e75012045
@ -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…
Reference in New Issue
Block a user