Merge pull request #6414 from matrix-org/gsouquet/fix-jsx-coma
Remove unwanted coma in EventTilepull/21833/head
commit
364bee9ebd
|
@ -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 New Issue