mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-03-13 19:16:52 +01:00
Update useMenuElements.ts
This commit is contained in:
parent
9ec0ef51e4
commit
9421511f74
1 changed files with 1 additions and 5 deletions
|
@ -6,10 +6,6 @@ interface MenuElementsHook {
|
||||||
isMenuElementsSupported: boolean;
|
isMenuElementsSupported: boolean;
|
||||||
}
|
}
|
||||||
|
|
||||||
const useMenuElements = (): MenuElementsHook => ({
|
declare const useMenuElements: () => MenuElementsHook;
|
||||||
registerTransactionsHandler: () => false,
|
|
||||||
unregisterTransactionsHandler: () => {},
|
|
||||||
isMenuElementsSupported: false,
|
|
||||||
});
|
|
||||||
|
|
||||||
export default useMenuElements;
|
export default useMenuElements;
|
||||||
|
|
Loading…
Add table
Reference in a new issue