Fix formatting

Signed-off-by: Jake Janicke <jaketripplj@gmail.com>
This commit is contained in:
Jake Janicke
2026-03-04 16:11:39 -06:00
parent 3216d68470
commit 65045c264b

View File

@@ -290,7 +290,8 @@ export const SpotlightTile: FC<Props> = ({
? VolumeOffIcon
: VolumeOnIcon;
const screenShareVolume = useBehavior(
isScreenShare && (currentMedia as RemoteScreenShareViewModel).playbackVolume$ != null
isScreenShare &&
(currentMedia as RemoteScreenShareViewModel).playbackVolume$ != null
? (currentMedia as RemoteScreenShareViewModel).playbackVolume$
: constant(0),
);