Merge branch 'ziro2264-develop-patch-29679' into 'develop'
Fix non-link list items not showing up properly See merge request soapbox-pub/soapbox!2653
This commit is contained in:
commit
2ad7cb3b70
1 changed files with 3 additions and 1 deletions
|
@ -121,7 +121,9 @@ const ListItem: React.FC<IListItem> = ({ label, hint, children, to, onClick, onS
|
||||||
<Comp
|
<Comp
|
||||||
className={className}
|
className={className}
|
||||||
{...linkProps}
|
{...linkProps}
|
||||||
/>
|
>
|
||||||
|
{body}
|
||||||
|
</Comp>
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue