From ce040f1c2a174f3e23eadb9660c6a82522c9b8d5 Mon Sep 17 00:00:00 2001 From: Hristo Nedelkov Date: Sat, 21 Oct 2023 19:33:21 +0300 Subject: [PATCH] Update MemoryCard.tsx --- src/pages/Dashboard/MemoryCard/MemoryCard.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/Dashboard/MemoryCard/MemoryCard.tsx b/src/pages/Dashboard/MemoryCard/MemoryCard.tsx index b59cb2b4..d43f4822 100644 --- a/src/pages/Dashboard/MemoryCard/MemoryCard.tsx +++ b/src/pages/Dashboard/MemoryCard/MemoryCard.tsx @@ -42,7 +42,7 @@ const MemoryCard = ({ currentMemory, maxMemory }: MemoryCardProps) => { const message = currentLoad < maxMemory ? 'Good' : 'Poor' return ( - +