Comment typo

Signed-off-by: Jake Janicke <jaketripplj@gmail.com>
This commit is contained in:
Jake Janicke
2026-03-04 17:50:31 -06:00
parent e99e8628d6
commit 5f2d1c8a7e

View File

@@ -266,7 +266,7 @@ export const SpotlightTile: FC<Props> = ({
const canGoBack = visibleIndex > 0;
const canGoToNext = visibleIndex !== -1 && visibleIndex < media.length - 1;
const currentMedia = media[visibleIndex];
// only "audioEnabled$" needs to checked but I wanted to be more specific just in
// only "audioEnabled$" needs to be checked but I wanted to be more specific just in
// case more models are added in the future, since screen shares always have video
const currentScreenShare =
currentMedia &&