1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-07 10:46:24 +03:00

Remove unwanted coma in EventTile

This commit is contained in:
Germain Souquet
2021-07-20 12:05:18 +02:00
parent 53ae7817bc
commit e38682d75c

View File

@@ -1157,10 +1157,10 @@ export default class EventTile extends React.Component<IProps, IState> {
/>
{ keyRequestInfo }
{ actionBar }
</div>,
{ reactionsRow },
{ msgOption },
{ avatar },
</div>
{ reactionsRow }
{ msgOption }
{ avatar }
</>)
);
}