Skip to content

Commit

Permalink
revert inclusion status bug
Browse files Browse the repository at this point in the history
  • Loading branch information
fzhao99 committed Feb 6, 2025
1 parent b6a4313 commit dec86d0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ const checkboxLabel = (
) : (
// past this many matches, don't render the individual codes in favor of a
// "this many matches" string
<span className="searchHighlight">{`${dibbsVs.concepts.length} codes`}</span>
<span className="searchHighlight">{`${codesToRender.length} codes`}</span>
)}
</strong>
)}
Expand Down

0 comments on commit dec86d0

Please sign in to comment.