.
This commit was merged in pull request #94.
This commit is contained in:
@@ -344,10 +344,9 @@ const ListItem = ({
|
|||||||
title,
|
title,
|
||||||
bubble,
|
bubble,
|
||||||
iconName,
|
iconName,
|
||||||
listClassName,
|
|
||||||
}) => {
|
}) => {
|
||||||
return (
|
return (
|
||||||
<li className={`item group ${listClassName}`}>
|
<li className={`item group`}>
|
||||||
<NavLink
|
<NavLink
|
||||||
to={route}
|
to={route}
|
||||||
className={`nav-item flex items-center ${
|
className={`nav-item flex items-center ${
|
||||||
|
|||||||
Reference in New Issue
Block a user