mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-02-22 06:52:41 +01:00
Update MenuElements.ios.tsx
This commit is contained in:
parent
f9121f2584
commit
4591a9e5ef
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ const MenuElements = () => {
|
|||
// eslint-disable-next-line react-hooks/exhaustive-deps
|
||||
}, [walletsInitialized]);
|
||||
|
||||
return <></>;
|
||||
return null;
|
||||
};
|
||||
|
||||
export default MenuElements;
|
||||
|
|
Loading…
Add table
Reference in a new issue