links: fix font setting for hidden nicknames

This commit is contained in:
Matilde Park 2020-08-26 20:58:10 -04:00
parent e76e919755
commit 50b2794ef6

View File

@ -53,7 +53,7 @@ export class Comments extends Component {
const { nickname, color, member, avatar } = getContactDetails(contacts[ship]);
const nameClass = nickname && hideNicknames ? 'inter' : 'mono';
const nameClass = nickname && !hideNicknames ? 'inter' : 'mono';
return(
<CommentItem