mirror of
https://github.com/clash-verge-rev/clash-verge-rev.git
synced 2024-11-16 11:42:21 +08:00
fix: component warning
This commit is contained in:
parent
9cd6c5c624
commit
b91daebd92
|
@ -102,8 +102,8 @@ const ProxyItem = (props: Props) => {
|
|||
<>
|
||||
{proxy.name}
|
||||
|
||||
{showType && <TypeBox>{proxy.type}</TypeBox>}
|
||||
{showType && proxy.udp && <TypeBox>UDP</TypeBox>}
|
||||
{showType && <TypeBox component="span">{proxy.type}</TypeBox>}
|
||||
{showType && proxy.udp && <TypeBox component="span">UDP</TypeBox>}
|
||||
</>
|
||||
}
|
||||
/>
|
||||
|
|
Loading…
Reference in New Issue
Block a user