Skip to content

Commit ab2ea9b

Browse files
authored
display number of hackers returned from a search query (#1043)
1 parent 06ce71b commit ab2ea9b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/features/Search/Search.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ class SearchContainer extends React.Component<{}, ISearchState> {
8080
<Flex>
8181
<Box width={1 / 6} mx={2}>
8282
<H2>Filters</H2>
83+
<h4>{this.state.results.length} results</h4>
8384
<FilterComponent
8485
initFilters={query}
8586
onChange={this.onFilterChange}

0 commit comments

Comments
 (0)