From 57e476edd9371f6cdc2867f7006446420045e795 Mon Sep 17 00:00:00 2001 From: Gancho Radkov <43912948+ganchoradkov@users.noreply.github.com> Date: Wed, 18 Oct 2023 15:39:21 +0300 Subject: [PATCH] feat: shows session expiry datetime instead of just date (#313) Co-authored-by: Gancho Radkov --- wallets/react-wallet-v2/src/pages/session.tsx | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/wallets/react-wallet-v2/src/pages/session.tsx b/wallets/react-wallet-v2/src/pages/session.tsx index b23e22d..e47021f 100644 --- a/wallets/react-wallet-v2/src/pages/session.tsx +++ b/wallets/react-wallet-v2/src/pages/session.tsx @@ -138,12 +138,16 @@ export default function SessionPage() { Expiry - {expiryDate.toDateString()} + + {expiryDate.toDateString()} - {expiryDate.toLocaleTimeString()} + Last Updated - {updated.toDateString()} + + {updated.toDateString()} - {updated.toLocaleTimeString()} +