mirror of
https://github.com/element-hq/element-web
synced 2024-11-27 19:56:47 +03:00
Merge pull request #6414 from matrix-org/gsouquet/fix-jsx-coma
Remove unwanted coma in EventTile
This commit is contained in:
commit
364bee9ebd
1 changed files with 4 additions and 4 deletions
|
@ -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 }
|
||||||
</>)
|
</>)
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue