mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-02-21 23:58:18 +00:00
Update src/components/DeviceMemoryHealth.tsx
Co-authored-by: Rickard Andersson <gonz@severnatazvezda.com>
This commit is contained in:
parent
df6963a752
commit
be2d75f849
@ -75,7 +75,7 @@ const DeviceMemory = ({ currentMemory, maxMemory }: DeviceMemoryProps) => {
|
||||
</IconText>
|
||||
{message === 'Poor' && (
|
||||
<Text size={13} color="#E95460">
|
||||
{((currentLoad / maxMemory) * 100).toFixed(0)}% Uttilization
|
||||
{((currentLoad / maxMemory) * 100).toFixed(0)}% Utilization
|
||||
</Text>
|
||||
)}
|
||||
</XStack>
|
||||
|
Loading…
x
Reference in New Issue
Block a user