Remove typo semicolon

This commit is contained in:
Germain Souquet 2021-05-20 18:02:44 +01:00
parent 229c4b98b4
commit 0f63098c59

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>
)
}