1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-08 21:42:24 +03:00

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