From 44786331c01ab9de8fb036cb569cdf89dcdd9ad9 Mon Sep 17 00:00:00 2001 From: Robin Townsend Date: Wed, 26 Jul 2023 10:52:07 -0400 Subject: [PATCH] Use the more correct name 'roomIdOrAlias' --- src/room/InCallView.tsx | 2 +- src/room/InviteModal.tsx | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/room/InCallView.tsx b/src/room/InCallView.tsx index ef0b8c47..6ee91607 100644 --- a/src/room/InCallView.tsx +++ b/src/room/InCallView.tsx @@ -468,7 +468,7 @@ export function InCallView({ )} {inviteModalState.isOpen && ( { - roomAlias: string; + roomIdOrAlias: string; } -export const InviteModal: FC = ({ roomAlias, ...rest }) => { +export const InviteModal: FC = ({ roomIdOrAlias, ...rest }) => { const { t } = useTranslation(); return ( @@ -40,7 +40,7 @@ export const InviteModal: FC = ({ roomAlias, ...rest }) => {

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