mirror of
https://github.com/vector-im/element-web.git
synced 2025-08-28 01:41:36 +02:00
Remove unwanted coma in EventTile
This commit is contained in:
parent
53ae7817bc
commit
e38682d75c
@ -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…
x
Reference in New Issue
Block a user