Merge pull request #6414 from matrix-org/gsouquet/fix-jsx-coma

Remove unwanted coma in EventTile
This commit is contained in:
J. Ryan Stinnett 2021-07-20 11:16:54 +01:00 committed by GitHub
commit 364bee9ebd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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