mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-16 13:14:58 +08:00
Merge pull request #6414 from matrix-org/gsouquet/fix-jsx-coma
Remove unwanted coma in EventTile
This commit is contained in:
commit
364bee9ebd
@ -1157,10 +1157,10 @@ export default class EventTile extends React.Component<IProps, IState> {
|
||||
/>
|
||||
{ keyRequestInfo }
|
||||
{ actionBar }
|
||||
</div>,
|
||||
{ reactionsRow },
|
||||
{ msgOption },
|
||||
{ avatar },
|
||||
</div>
|
||||
{ reactionsRow }
|
||||
{ msgOption }
|
||||
{ avatar }
|
||||
</>)
|
||||
);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user