summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustin Hernandez <jmarthernandez@gmail.com>2020-07-01 19:03:26 -0500
committerJustin Hernandez <jmarthernandez@gmail.com>2020-07-01 22:01:48 -0500
commit08b953c0aa0d9accea19fad0a18c3dd0c4bd174d (patch)
tree87ed8fe662e157bd94c48fd26381a97a6ff1c26b
parent52fcda96e141094ceef5c9dbc92d46879328b41f (diff)
Remove karma count from search results
-rw-r--r--ui/src/components/search.tsx4
1 files changed, 0 insertions, 4 deletions
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<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>
))}