mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-03-13 11:09:20 +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;
|
||||
}
|
||||
|
||||
const useMenuElements = (): MenuElementsHook => ({
|
||||
registerTransactionsHandler: () => false,
|
||||
unregisterTransactionsHandler: () => {},
|
||||
isMenuElementsSupported: false,
|
||||
});
|
||||
declare const useMenuElements: () => MenuElementsHook;
|
||||
|
||||
export default useMenuElements;
|
||||
|
|
Loading…
Add table
Reference in a new issue