Update src/components/StandartGauge.tsx

Co-authored-by: Rickard Andersson <gonz@severnatazvezda.com>
This commit is contained in:
Hristo Nedelkov 2023-08-08 10:37:28 +03:00 committed by GitHub
parent 2a5bdc1131
commit 41fcb7ceea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,7 +6,7 @@ interface Data {
value: number
color: string
}
interface StandartGaugeProps {
interface StandardGaugeProps {
data: Data[]
}