Update CompanionDelegates.tsx

This commit is contained in:
Marcos Rodriguez Velez 2024-11-11 18:47:01 -04:00
parent ada287e3c9
commit 50ac241fb6

View file

@ -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> => {