mirror of
https://github.com/vector-im/element-call.git
synced 2024-11-24 00:38:31 +08:00
Whitespaces
This commit is contained in:
parent
1c04d22a5b
commit
3f11f51ff0
@ -60,7 +60,6 @@ const bobId = `${bob.userId}:${bobRtcMember.deviceId}`;
|
|||||||
const daveId = `${dave.userId}:${daveRtcMember.deviceId}`;
|
const daveId = `${dave.userId}:${daveRtcMember.deviceId}`;
|
||||||
|
|
||||||
const localParticipant = mockLocalParticipant({ identity: "" });
|
const localParticipant = mockLocalParticipant({ identity: "" });
|
||||||
|
|
||||||
const aliceParticipant = mockRemoteParticipant({ identity: aliceId });
|
const aliceParticipant = mockRemoteParticipant({ identity: aliceId });
|
||||||
const aliceSharingScreen = mockRemoteParticipant({
|
const aliceSharingScreen = mockRemoteParticipant({
|
||||||
identity: aliceId,
|
identity: aliceId,
|
||||||
|
@ -868,6 +868,7 @@ export class CallViewModel extends ViewModel {
|
|||||||
}),
|
}),
|
||||||
this.scope.state(),
|
this.scope.state(),
|
||||||
);
|
);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The layout of tiles in the call interface.
|
* The layout of tiles in the call interface.
|
||||||
*/
|
*/
|
||||||
|
@ -136,7 +136,6 @@ export const MediaView = forwardRef<HTMLDivElement, Props>(
|
|||||||
<Text as="span" size="sm" weight="medium" className={styles.name}>
|
<Text as="span" size="sm" weight="medium" className={styles.name}>
|
||||||
{displayName}
|
{displayName}
|
||||||
</Text>
|
</Text>
|
||||||
|
|
||||||
{unencryptedWarning && (
|
{unencryptedWarning && (
|
||||||
<Tooltip
|
<Tooltip
|
||||||
label={t("common.unencrypted")}
|
label={t("common.unencrypted")}
|
||||||
|
Loading…
Reference in New Issue
Block a user