From db96fb5a09f6839ea6a7fec5bb34f922a098aa34 Mon Sep 17 00:00:00 2001 From: Half-Shot Date: Mon, 15 Sep 2025 11:56:27 +0100 Subject: [PATCH] lint --- src/room/InCallView.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/room/InCallView.tsx b/src/room/InCallView.tsx index 69ae06db..5cb89061 100644 --- a/src/room/InCallView.tsx +++ b/src/room/InCallView.tsx @@ -358,7 +358,7 @@ export const InCallView: FC = ({ // We need to set the proper timings on the animation based upon the sound length. const ringDuration = pickupPhaseAudio?.soundDuration["waiting"] ?? 1; - useEffect(() => { + useEffect((): (() => void) => { // The CSS animation includes the delay, so we must double the length of the sound. window.document.body.style.setProperty( "--call-ring-duration-s",