Whitespaces

This commit is contained in:
Hugh Nimmo-Smith 2024-11-20 12:34:20 +00:00
parent 1c04d22a5b
commit 3f11f51ff0
3 changed files with 1 additions and 2 deletions

View File

@ -60,7 +60,6 @@ const bobId = `${bob.userId}:${bobRtcMember.deviceId}`;
const daveId = `${dave.userId}:${daveRtcMember.deviceId}`;
const localParticipant = mockLocalParticipant({ identity: "" });
const aliceParticipant = mockRemoteParticipant({ identity: aliceId });
const aliceSharingScreen = mockRemoteParticipant({
identity: aliceId,

View File

@ -868,6 +868,7 @@ export class CallViewModel extends ViewModel {
}),
this.scope.state(),
);
/**
* The layout of tiles in the call interface.
*/

View File

@ -136,7 +136,6 @@ export const MediaView = forwardRef<HTMLDivElement, Props>(
<Text as="span" size="sm" weight="medium" className={styles.name}>
{displayName}
</Text>
{unencryptedWarning && (
<Tooltip
label={t("common.unencrypted")}