Remove mystery blank line

Co-authored-by: Robin <robin@robin.town>
This commit is contained in:
David Baker 2022-11-16 16:39:35 +00:00 committed by GitHub
parent 734d330a10
commit 93aafb1415
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -99,7 +99,6 @@ export const VideoTile = forwardRef<HTMLDivElement, Props>(
switch (connectionState) {
case ConnectionState.EstablishingCall:
caption = t("{{name}} (Connecting...)", { name });
break;
case ConnectionState.WaitMedia:
// not strictly true, but probably easier to understand than, "Waiting for media"