Skip to content

Commit

Permalink
Add drug counts even if not in current release
Browse files Browse the repository at this point in the history
  • Loading branch information
alimourey committed Aug 2, 2024
1 parent 771b4b5 commit 99581d4
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,10 @@ const DataPageDatatypeSelector = ({
{getDrugCountLabel(dataTypeDisplayName)}
</a>
) : (
<p>{getDataTypeLabel(dataTypeDisplayName, inCurrentRelease)}</p>
<p>
{getDataTypeLabel(dataTypeDisplayName, inCurrentRelease)} <br />
{getDrugCountLabel(dataTypeDisplayName)}
</p>
)}
</div>
);
Expand Down

0 comments on commit 99581d4

Please sign in to comment.