Skip to content

Commit

Permalink
style: explicitly mention number as sets after primer tab header
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlougheed committed Oct 21, 2023
1 parent 2a945fe commit 754db44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/steps/DiscoverStep.js
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ const DiscoverStep = ({ visible, dataset, onBack, onFinish }) => {
return {
label: <span>
{nPrimers} {pluralize("Primer", nPrimers)}: {(res.coverage * 100).toFixed(1)}%
{nRes > 1 ? <>{" "}({nRes})</> : null}
{nRes > 1 ? <>{" "}({nRes} sets)</> : null}
</span>,
key: `tab-${nPrimers}-primers`,
children: (
Expand Down

0 comments on commit 754db44

Please sign in to comment.