Update MenuElements.ios.tsx

This commit is contained in:
Marcos Rodriguez Velez 2024-05-17 22:51:58 -04:00
parent f9121f2584
commit 4591a9e5ef
No known key found for this signature in database
GPG Key ID: 6030B2F48CCE86D7

View File

@ -65,7 +65,7 @@ const MenuElements = () => {
// eslint-disable-next-line react-hooks/exhaustive-deps
}, [walletsInitialized]);
return <></>;
return null;
};
export default MenuElements;