fix progress direction
This commit is contained in:
parent
cb70a6963b
commit
e8d924394c
|
@ -29,6 +29,7 @@ const HealthStatusCircle = ({ size }: { size: number }) => {
|
|||
? 'CircularProgressbar-orange'
|
||||
: 'CircularProgressbar-red'
|
||||
}
|
||||
counterClockwise
|
||||
value={maintHealthRatio}
|
||||
strokeWidth={12}
|
||||
/>
|
||||
|
|
Loading…
Reference in New Issue