mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-15 08:54:01 +00: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
1 changed files with 0 additions and 4 deletions
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>
|
||||||
<span>{` - ${
|
|
||||||
(i.data as UserView).comment_score
|
|
||||||
} comment karma`}</span>
|
|
||||||
</div>
|
</div>
|
||||||
)}
|
)}
|
||||||
</div>
|
</div>
|
||||||
|
@ -339,7 +336,6 @@ export class Search extends Component<any, SearchState> {
|
||||||
to={`/u/${user.name}`}
|
to={`/u/${user.name}`}
|
||||||
>{`/u/${user.name}`}</Link>
|
>{`/u/${user.name}`}</Link>
|
||||||
</span>
|
</span>
|
||||||
<span>{` - ${user.comment_score} comment karma`}</span>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
))}
|
))}
|
||||||
|
|
Loading…
Reference in a new issue