prettier -w

This commit is contained in:
Michael Kaye
2023-05-02 17:33:56 +01:00
parent 4e8146bc9c
commit 2318f2c4a0
4 changed files with 26 additions and 6 deletions

View File

@@ -64,7 +64,13 @@ export function VideoPreview({
return (
<div className={styles.preview} ref={previewRef}>
<video ref={videoRef} muted playsInline disablePictureInPicture data-testid="preview_video" />
<video
ref={videoRef}
muted
playsInline
disablePictureInPicture
data-testid="preview_video"
/>
{state === GroupCallState.LocalCallFeedUninitialized && (
<Body fontWeight="semiBold" className={styles.cameraPermissions}>
{t("Camera/microphone permissions needed to join the call.")}