From b903e11cfc8283c27c8f423d1acc1bc0c795e075 Mon Sep 17 00:00:00 2001 From: Robin Date: Mon, 4 Nov 2024 10:56:29 -0500 Subject: [PATCH] Fix lint error --- src/state/CallViewModel.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/state/CallViewModel.ts b/src/state/CallViewModel.ts index c668e863..7a4048f6 100644 --- a/src/state/CallViewModel.ts +++ b/src/state/CallViewModel.ts @@ -724,9 +724,9 @@ export class CallViewModel extends ViewModel { return l.spotlight[0] instanceof ScreenShareViewModel; // In expanded spotlight layout, the active speaker is always shown in // the picture-in-picture tile so there is no need for speaking - // indicators + // indicators. And in one-on-one layout there's no question as to who is + // speaking. case "spotlight-expanded": - // In one-on-one layout there's no question as to who is speaking case "one-on-one": return false; default: