mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-02-23 15:20:55 +01:00
Update TooltipMenu.android.js
This commit is contained in:
parent
5317485d0f
commit
22879c7b8e
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ const ToolTipMenu = (props, ref) => {
|
|||
};
|
||||
|
||||
useEffect(() => {
|
||||
if (ref.current) {
|
||||
if (ref && ref.current) {
|
||||
ref.current.dismissMenu = dismissMenu;
|
||||
}
|
||||
}, [ref]);
|
||||
|
|
Loading…
Add table
Reference in a new issue