Rename other instance of variable

This commit is contained in:
David Baker 2023-02-13 15:49:58 +00:00
parent 07a4de638f
commit 605dd44df0

View file

@ -188,7 +188,7 @@ export function useGroupCall(groupCall: GroupCall): UseGroupCallReturnType {
navigator.mediaSession.setActionHandler(mediaAction, null);
}
};
}, [doNothingMediaEventCallback]);
}, [doNothingMediaActionCallback]);
useEffect(() => {
function onGroupCallStateChanged() {