From 357a0db03e3003d93b67dbdaf6592d197e2664a5 Mon Sep 17 00:00:00 2001 From: GyDi Date: Sat, 5 Mar 2022 15:48:39 +0800 Subject: [PATCH] fix: component warning --- src/components/proxy/proxy-item.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/proxy/proxy-item.tsx b/src/components/proxy/proxy-item.tsx index 17578d7d..071aea2f 100644 --- a/src/components/proxy/proxy-item.tsx +++ b/src/components/proxy/proxy-item.tsx @@ -102,8 +102,8 @@ const ProxyItem = (props: Props) => { <> {proxy.name} - {showType && {proxy.type}} - {showType && proxy.udp && UDP} + {showType && {proxy.type}} + {showType && proxy.udp && UDP} } />