From e62eaa6b4bedcf47838c035d6c1738b5f8f6e1cc Mon Sep 17 00:00:00 2001 From: GyDi Date: Sat, 5 Aug 2023 21:43:05 +0800 Subject: [PATCH] fix: list key --- src/components/proxy/provider-button.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/proxy/provider-button.tsx b/src/components/proxy/provider-button.tsx index 29665a5..9ed38b7 100644 --- a/src/components/proxy/provider-button.tsx +++ b/src/components/proxy/provider-button.tsx @@ -54,7 +54,7 @@ export const ProviderButton = () => { {Object.entries(data || {}).map(([key, item]) => { const time = dayjs(item.updatedAt); return ( - +