Skip to content

Commit

Permalink
[Platform]: Fix credible set size in PheWas plot tooltip (#612)
Browse files Browse the repository at this point in the history
  • Loading branch information
gjmcn authored Dec 9, 2024
1 parent 999c8b4 commit 0be009d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ function tooltipContent(data) {
</Box>
</HTMLTooltipRow>
<HTMLTooltipRow label="Credible set size" data={data} labelWidth={labelWidth}>
{data.locus?.count ?? naLabel}
{data.locusSize?.count ?? naLabel}
</HTMLTooltipRow>
</HTMLTooltipTable>
);
Expand Down

0 comments on commit 0be009d

Please sign in to comment.