mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-10-01 01:36:12 -04:00
Merge branch 'remove-karma-from-search' of https://github.com/jmarthernandez/lemmy into jmarthernandez-remove-karma-from-search
This commit is contained in:
commit
1710844a1b
4
ui/src/components/search.tsx
vendored
4
ui/src/components/search.tsx
vendored
@ -263,9 +263,6 @@ export class Search extends Component<any, SearchState> {
|
||||
}}
|
||||
/>
|
||||
</span>
|
||||
<span>{` - ${
|
||||
(i.data as UserView).comment_score
|
||||
} comment karma`}</span>
|
||||
</div>
|
||||
)}
|
||||
</div>
|
||||
@ -339,7 +336,6 @@ export class Search extends Component<any, SearchState> {
|
||||
to={`/u/${user.name}`}
|
||||
>{`/u/${user.name}`}</Link>
|
||||
</span>
|
||||
<span>{` - ${user.comment_score} comment karma`}</span>
|
||||
</div>
|
||||
</div>
|
||||
))}
|
||||
|
Loading…
Reference in New Issue
Block a user