Skip to content

Commit

Permalink
Update DatasetResultBox.js
Browse files Browse the repository at this point in the history
  • Loading branch information
mbaudis committed Dec 11, 2023
1 parent a53519b commit a4abd0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/searchResults/DatasetResultBox.js
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ export function DatasetResultBox({ data: responseSet, query }) {
</div>
<div>
<b>Retrieved Samples: </b>
{paginatedResultsCount}
{resultsCount}
</div>
{info.counts.variants > 0 ? (
<div>
Expand Down

0 comments on commit a4abd0c

Please sign in to comment.