From 28ea7c59a0e9ed807d6855f0b5e46265adb29765 Mon Sep 17 00:00:00 2001 From: Will Hunt Date: Mon, 4 Nov 2024 09:36:15 +0000 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 06feca00..61d704f2 100644 --- a/src/room/InCallView.tsx +++ b/src/room/InCallView.tsx @@ -83,7 +83,7 @@ import { makeSpotlightLandscapeLayout } from "../grid/SpotlightLandscapeLayout"; import { makeSpotlightPortraitLayout } from "../grid/SpotlightPortraitLayout"; import { ReactionsProvider, useReactions } from "../useReactions"; import handSoundOgg from "../sound/raise_hand.ogg?url"; -import handSoundMp3 from "../sound/raise_hand.mp3?url" +import handSoundMp3 from "../sound/raise_hand.mp3?url"; import { useSwitchCamera } from "./useSwitchCamera"; const canScreenshare = "getDisplayMedia" in (navigator.mediaDevices ?? {});