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}