Remove unwanted coma in EventTile
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…
Reference in New Issue