Skip to content

Commit

Permalink
fix: line chart legend
Browse files Browse the repository at this point in the history
  • Loading branch information
mari1912 committed Aug 15, 2024
1 parent 15cb6dd commit c8a40f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dashboard/src/pages/TreeDetails/Tabs/TestCards.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ const LineChartCard = ({ testHistory, title }: ILineChartCard): JSX.Element => {
)}
{lastSuccessData && (
<LineChartLabel
text={formatMessage({ id: 'bootsTab.error' })}
text={formatMessage({ id: 'bootsTab.success' })}
backgroundColor="bg-green"
/>
)}
Expand Down

0 comments on commit c8a40f8

Please sign in to comment.