tidy: refactor
This commit is contained in:
parent
66a4c2aa9a
commit
e262b36514
@ -68,7 +68,7 @@ export default function HealthBar({
|
|||||||
<HealthIcon
|
<HealthIcon
|
||||||
health={health}
|
health={health}
|
||||||
isLoading={healthFactor === 0}
|
isLoading={healthFactor === 0}
|
||||||
className={classNames('mr-2', iconClassName)}
|
className={iconClassName}
|
||||||
colorClass='text-white'
|
colorClass='text-white'
|
||||||
/>
|
/>
|
||||||
)}
|
)}
|
||||||
|
Loading…
Reference in New Issue
Block a user