Remove typo semicolon

pull/21833/head
Germain Souquet 2021-05-20 18:02:44 +01:00
parent 229c4b98b4
commit 0f63098c59
1 changed files with 1 additions and 1 deletions

View File

@ -709,7 +709,7 @@ export default class EventTile extends React.Component<IProps, IState> {
<span className="mx_EventTile_readAvatars">
{ remText }
{ avatars }
</span>;
</span>
</div>
)
}