From b0304185bfe0825c1623202e5b3ec50385bd8285 Mon Sep 17 00:00:00 2001 From: Griffin Roupe Date: Thu, 10 Aug 2023 13:06:21 -0400 Subject: [PATCH] feat: Remove x of y pages from result header --- src/components/search/results/results-header/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/search/results/results-header/index.js b/src/components/search/results/results-header/index.js index 8f765dfa..a1e41d40 100644 --- a/src/components/search/results/results-header/index.js +++ b/src/components/search/results/results-header/index.js @@ -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` ) } { !variables && (