Fix lint errors
This commit is contained in:
@@ -62,7 +62,12 @@ export function useCallViewKeyboardShortcuts(
|
|||||||
setMicrophoneMuted(false);
|
setMicrophoneMuted(false);
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
[toggleLocalVideoMuted, toggleMicrophoneMuted, setMicrophoneMuted]
|
[
|
||||||
|
focusElement,
|
||||||
|
toggleLocalVideoMuted,
|
||||||
|
toggleMicrophoneMuted,
|
||||||
|
setMicrophoneMuted,
|
||||||
|
]
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
|
||||||
@@ -82,7 +87,7 @@ export function useCallViewKeyboardShortcuts(
|
|||||||
setMicrophoneMuted(true);
|
setMicrophoneMuted(true);
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
[setMicrophoneMuted]
|
[focusElement, setMicrophoneMuted]
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user