Skip to content

Commit 4e65915

Browse files
authored
Merge pull request #812 from populationgenomics/dev
Release
2 parents 244e450 + b8121aa commit 4e65915

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/src/pages/billing/components/BatchGrid.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ const AnalysisRunnerRecordCard: React.FC<{ data: AnalysisCostRecord }> = ({ data
9898
return (
9999
<DisplayRow
100100
label={_.startCase(tcat.category)}
101-
key={`ar-guid-${arGuid}-category-${tcat}`}
101+
key={`ar-guid-${arGuid}-category-${tcat.category}`}
102102
>
103103
{formatMoney(tcat.cost, 2)} {workflows}
104104
</DisplayRow>

0 commit comments

Comments
 (0)