diff --git a/ui/src/components/search.tsx b/ui/src/components/search.tsx index a02f035f..0e6bdfd3 100644 --- a/ui/src/components/search.tsx +++ b/ui/src/components/search.tsx @@ -263,9 +263,6 @@ export class Search extends Component { }} /> - {` - ${ - (i.data as UserView).comment_score - } comment karma`} )} @@ -339,7 +336,6 @@ export class Search extends Component { to={`/u/${user.name}`} >{`/u/${user.name}`} - {` - ${user.comment_score} comment karma`} ))}