Remove unwanted coma in EventTile

This commit is contained in:
Germain Souquet 2021-07-20 12:05:18 +02:00
parent 53ae7817bc
commit e38682d75c

View file

@ -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 }
</>) </>)
); );
} }