ui - fix team based usage crashing

This commit is contained in:
Ishaan Jaff
2024-06-14 10:21:06 -07:00
parent 056913fd70
commit e736e4952e
@@ -667,9 +667,7 @@ const UsagePage: React.FC<UsagePageProps> = ({
showLegend={true}
index="date"
categories={uniqueTeamIds}
yAxisWidth={80}
colors={["blue", "green", "yellow", "red", "purple"]}
yAxisWidth={80}
stack={true}
/>
</Card>