mirror of https://github.com/vector-im/riot-web
Remove unwanted coma in EventTile
parent
53ae7817bc
commit
e38682d75c
|
@ -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