diff --git a/src/components/StandartGauge.tsx b/src/components/StandartGauge.tsx index 6ddfaeb2..4245d1a4 100644 --- a/src/components/StandartGauge.tsx +++ b/src/components/StandartGauge.tsx @@ -6,7 +6,7 @@ interface Data { value: number color: string } -interface StandartGaugeProps { +interface StandardGaugeProps { data: Data[] }