From 2318f2c4a002f040fcab3f90df02710758afd007 Mon Sep 17 00:00:00 2001
From: Michael Kaye <1917473+michaelkaye@users.noreply.github.com>
Date: Tue, 2 May 2023 17:33:56 +0100
Subject: [PATCH] prettier -w
---
src/home/JoinExistingCallModal.tsx | 4 +++-
src/home/UnauthenticatedView.tsx | 7 ++++++-
src/room/VideoPreview.tsx | 8 +++++++-
src/video-grid/VideoTile.tsx | 13 ++++++++++---
4 files changed, 26 insertions(+), 6 deletions(-)
diff --git a/src/home/JoinExistingCallModal.tsx b/src/home/JoinExistingCallModal.tsx
index 02d7cd2a..078d317f 100644
--- a/src/home/JoinExistingCallModal.tsx
+++ b/src/home/JoinExistingCallModal.tsx
@@ -43,7 +43,9 @@ export function JoinExistingCallModal({ onJoin, onClose, ...rest }: Props) {
{t("This call already exists, would you like to join?")}
-
+
diff --git a/src/home/UnauthenticatedView.tsx b/src/home/UnauthenticatedView.tsx
index be20d702..4d4f5ced 100644
--- a/src/home/UnauthenticatedView.tsx
+++ b/src/home/UnauthenticatedView.tsx
@@ -173,7 +173,12 @@ export const UnauthenticatedView: FC = () => {
)}
-