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:18 +03:00 committed by GitHub
parent df45d98cfb
commit 2a5bdc1131
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ interface StandartGaugeProps {
data: Data[]
}
const StandartGauge = ({ data }: StandartGaugeProps) => (
const StandardGauge = ({ data }: StandardGaugeProps) => (
<ResponsivePie
data={data}
margin={{ top: 40, right: 80, bottom: 80, left: 80 }}