Remove mystery blank line
Co-authored-by: Robin <robin@robin.town>
This commit is contained in:
parent
734d330a10
commit
93aafb1415
1 changed files with 0 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue