Skip to content

Commit

Permalink
feat: Remove x of y pages from result header
Browse files Browse the repository at this point in the history
  • Loading branch information
frostyfan109 committed Aug 10, 2023
1 parent d852364 commit b030418
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/search/results/results-header/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export const ResultsHeader = ({ variables=false, type=FULL, ...props }) => {
{ variables ? (
`${ variableStudyResultCount } studies and ${ totalVariableResults } variables`
) : (
`${ totalConcepts } concepts (${ Object.keys(conceptPages).length } of ${ pageCount } pages)`
`${ totalConcepts } concepts`
) }
</Text>
{ !variables && (
Expand Down

0 comments on commit b030418

Please sign in to comment.