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
+4 -4
View File
@@ -1157,10 +1157,10 @@ export default class EventTile extends React.Component<IProps, IState> {
/> />
{ keyRequestInfo } { keyRequestInfo }
{ actionBar } { actionBar }
</div>, </div>
{ reactionsRow }, { reactionsRow }
{ msgOption }, { msgOption }
{ avatar }, { avatar }
</>) </>)
); );
} }