From 87e8ed62c0e39ebd525cfba5f635af38a1c8ca56 Mon Sep 17 00:00:00 2001 From: Shun Li Date: Fri, 23 Sep 2022 19:55:19 +0800 Subject: [PATCH] add chains[0] display --- src/components/connection/connection-item.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/components/connection/connection-item.tsx b/src/components/connection/connection-item.tsx index 3a43171..9a41110 100644 --- a/src/components/connection/connection-item.tsx +++ b/src/components/connection/connection-item.tsx @@ -50,6 +50,8 @@ const ConnectionItem = (props: Props) => { {chains.length > 0 && {chains[value.chains.length - 1]}} + {chains.length > 0 && {chains[0]}} + {dayjs(start).fromNow()} {showTraffic && (