From da942ea90097bcb2c531b5b1c10ccffa4ee0638f Mon Sep 17 00:00:00 2001 From: Johannes Marbach Date: Tue, 23 Jun 2026 12:19:40 +0200 Subject: [PATCH] Fix formatting --- src/room/InCallView.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/room/InCallView.tsx b/src/room/InCallView.tsx index 08e2a12bc..5872cfb44 100644 --- a/src/room/InCallView.tsx +++ b/src/room/InCallView.tsx @@ -435,7 +435,9 @@ export const InCallView: FC = ({ const showNameTags = useBehavior(vm.showNameTags$); const showRingingStatus = vm.ringingStatusLocation === "tile"; const showOutline = useBehavior( - model instanceof GridTileViewModel ? model.showOutline$ : constant(false), + model instanceof GridTileViewModel + ? model.showOutline$ + : constant(false), ); return model instanceof GridTileViewModel ? (