Skip to content

Commit

Permalink
🐛 Fix missing 2nd booster in chart tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
pehovorka committed Aug 1, 2022
1 parent d958a28 commit 2fe63f7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ export default function DoseOrderNewDosesChartTooltip({
{numberToString(getProperty(NAMES.dose3NDA).value, 1)}
</TableCell>
</TableRow>
{getProperty(NAMES.dose4TD) && (
{getProperty(NAMES.dose4ND) && (
<TableRow key="4th">
<TableCell
style={{ color: getProperty(NAMES.dose4ND).color }}
Expand Down

0 comments on commit 2fe63f7

Please sign in to comment.