Update src/components/DeviceStorageHealth.tsx
Co-authored-by: Rickard Andersson <gonz@severnatazvezda.com>
This commit is contained in:
parent
be2d75f849
commit
fe02940c96
|
@ -74,7 +74,7 @@ const DeviceStorageHealth: React.FC<DeviceStorageHealthProps> = ({ storage, maxS
|
||||||
</IconText>
|
</IconText>
|
||||||
{message === 'Poor' && (
|
{message === 'Poor' && (
|
||||||
<Text size={13} color="#E95460">
|
<Text size={13} color="#E95460">
|
||||||
{((storage / maxStorage) * 100).toFixed(0)}% Uttilization
|
{((storage / maxStorage) * 100).toFixed(0)}% Utilization
|
||||||
</Text>
|
</Text>
|
||||||
)}
|
)}
|
||||||
</XStack>
|
</XStack>
|
||||||
|
|
Loading…
Reference in New Issue