mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-02-24 07:28:07 +01:00
Update CompanionDelegates.tsx
This commit is contained in:
parent
ada287e3c9
commit
50ac241fb6
1 changed files with 2 additions and 1 deletions
|
@ -111,7 +111,8 @@ const CompanionDelegates = () => {
|
|||
|
||||
useEffect(() => {
|
||||
initializeNotifications(processPushNotifications);
|
||||
}, [processPushNotifications]);
|
||||
// eslint-disable-next-line react-hooks/exhaustive-deps
|
||||
}, []);
|
||||
|
||||
const handleOpenURL = useCallback(
|
||||
async (event: { url: string }): Promise<void> => {
|
||||
|
|
Loading…
Add table
Reference in a new issue