Remove unwanted coma in EventTile

pull/21833/head
Germain Souquet 2021-07-20 12:05:18 +02:00
parent 53ae7817bc
commit e38682d75c
1 changed files with 4 additions and 4 deletions

View File

@ -1157,10 +1157,10 @@ export default class EventTile extends React.Component<IProps, IState> {
/>
{ keyRequestInfo }
{ actionBar }
</div>,
{ reactionsRow },
{ msgOption },
{ avatar },
</div>
{ reactionsRow }
{ msgOption }
{ avatar }
</>)
);
}