mirror of
https://github.com/vector-im/element-call.git
synced 2026-07-18 18:59:23 +00:00
Fix formatting
This commit is contained in:
@@ -435,7 +435,9 @@ export const InCallView: FC<InCallViewProps> = ({
|
|||||||
const showNameTags = useBehavior(vm.showNameTags$);
|
const showNameTags = useBehavior(vm.showNameTags$);
|
||||||
const showRingingStatus = vm.ringingStatusLocation === "tile";
|
const showRingingStatus = vm.ringingStatusLocation === "tile";
|
||||||
const showOutline = useBehavior(
|
const showOutline = useBehavior(
|
||||||
model instanceof GridTileViewModel ? model.showOutline$ : constant(false),
|
model instanceof GridTileViewModel
|
||||||
|
? model.showOutline$
|
||||||
|
: constant(false),
|
||||||
);
|
);
|
||||||
|
|
||||||
return model instanceof GridTileViewModel ? (
|
return model instanceof GridTileViewModel ? (
|
||||||
|
|||||||
Reference in New Issue
Block a user