From: Jay Sitter Date: Mon, 19 Jun 2023 03:19:56 +0000 (-0400) Subject: fix: Use classnames X-Git-Url: http://these/git/?a=commitdiff_plain;h=ad984c8584bf04a9e1800d012caa57b9bc3e820e;p=lemmy-ui.git fix: Use classnames --- diff --git a/src/shared/components/person/person-listing.tsx b/src/shared/components/person/person-listing.tsx index 4d2f5cf..045633c 100644 --- a/src/shared/components/person/person-listing.tsx +++ b/src/shared/components/person/person-listing.tsx @@ -1,3 +1,4 @@ +import classNames from "classnames"; import { Component } from "inferno"; import { Link } from "inferno-router"; import { Person } from "lemmy-js-client"; @@ -48,9 +49,10 @@ export class PersonListing extends Component { {!this.props.realLink ? ( {this.avatarAndName(displayName)}