We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 244e450 + b8121aa commit 4e65915Copy full SHA for 4e65915
web/src/pages/billing/components/BatchGrid.tsx
@@ -98,7 +98,7 @@ const AnalysisRunnerRecordCard: React.FC<{ data: AnalysisCostRecord }> = ({ data
98
return (
99
<DisplayRow
100
label={_.startCase(tcat.category)}
101
- key={`ar-guid-${arGuid}-category-${tcat}`}
+ key={`ar-guid-${arGuid}-category-${tcat.category}`}
102
>
103
{formatMoney(tcat.cost, 2)} {workflows}
104
</DisplayRow>
0 commit comments