remove span element
This commit is contained in:
parent
e932f707a9
commit
757d374383
@ -54,7 +54,6 @@ class ChatListItem extends Component {
|
||||
}
|
||||
|
||||
return (
|
||||
<span>
|
||||
<li className={cx(styles.chatListItem, linkClasses)}>
|
||||
<Link
|
||||
to={linkPath}
|
||||
@ -78,7 +77,6 @@ class ChatListItem extends Component {
|
||||
: null}
|
||||
</Link>
|
||||
</li>
|
||||
</span>
|
||||
);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user