Run prettier

This commit is contained in:
David Baker 2022-05-05 12:26:30 +01:00
parent 7edf544d73
commit a70dbb130f

View file

@ -51,7 +51,8 @@ export function PTTCallView({
unmuteError,
} = usePTT(client, groupCall, userMediaFeeds);
const showTalkOverError = pttButtonHeld && unmuteError instanceof OtherUserSpeakingError;
const showTalkOverError =
pttButtonHeld && unmuteError instanceof OtherUserSpeakingError;
const activeSpeakerIsLocalUser =
activeSpeakerUserId && client.getUserId() === activeSpeakerUserId;
@ -79,7 +80,8 @@ export function PTTCallView({
</Header>
<div className={styles.center}>
<div className={styles.participants}>
<p>{`${participants.length} ${participants.length > 1 ? "people" : "person"
<p>{`${participants.length} ${
participants.length > 1 ? "people" : "person"
} connected`}</p>
<Facepile
size={facepileSize}