From 6a3c02f7f7713b2336fcf5be11816055a1b6d3d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0imon=20Brandner?= Date: Wed, 9 Aug 2023 14:01:19 +0200 Subject: [PATCH] Delint MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Šimon Brandner --- src/room/InviteModal.tsx | 2 +- src/room/LobbyView.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/room/InviteModal.tsx b/src/room/InviteModal.tsx index b807d26f..1986374b 100644 --- a/src/room/InviteModal.tsx +++ b/src/room/InviteModal.tsx @@ -43,7 +43,7 @@ export const InviteModal: FC = ({ roomAlias, roomId, ...rest }) => {

{t("Copy and share this call link")}

diff --git a/src/room/LobbyView.tsx b/src/room/LobbyView.tsx index 3f985d79..e3f80d43 100644 --- a/src/room/LobbyView.tsx +++ b/src/room/LobbyView.tsx @@ -84,7 +84,7 @@ export const LobbyView: FC = ({ variant="secondaryCopy" value={getRoomUrl( matrixInfo.roomAlias ?? matrixInfo.roomId, - roomSharedKey + roomSharedKey ?? undefined )} className={styles.copyButton} copiedMessage={t("Call link copied")}