From edd6885e1e9c49461889fb2ab024454053b626ce Mon Sep 17 00:00:00 2001 From: isra el Date: Sat, 20 Apr 2024 15:32:07 +0300 Subject: [PATCH] ui(web): improve receive sms tab ui --- web/components/dashboard/ReceiveSMS.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/web/components/dashboard/ReceiveSMS.tsx b/web/components/dashboard/ReceiveSMS.tsx index 689fbbc..719d5bf 100644 --- a/web/components/dashboard/ReceiveSMS.tsx +++ b/web/components/dashboard/ReceiveSMS.tsx @@ -115,14 +115,14 @@ const ReceivedSMSList = () => { sender - message + message received at {receivedSMSListLoading && ( - + @@ -130,7 +130,7 @@ const ReceivedSMSList = () => { {!receivedSMSListLoading && receivedSMSListData.length == 0 && ( - + No SMS received )} @@ -141,7 +141,7 @@ const ReceivedSMSList = () => { ({ _id, sender, message, receivedAt }) => ( {sender} - + {message}