Fix FacePile 'more' rendering
This commit is contained in:
parent
899cc53a3e
commit
477d79cb92
2 changed files with 3 additions and 2 deletions
|
@ -57,8 +57,8 @@ const FacePile: FC<IProps> = ({
|
|||
|
||||
const pileContents = (
|
||||
<>
|
||||
{overflow ? <span className="mx_FacePile_more" /> : null}
|
||||
{faces}
|
||||
{overflow ? <span className="mx_FacePile_more" /> : null}
|
||||
</>
|
||||
);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue