mirror of
https://github.com/clash-verge-rev/clash-verge-rev
synced 2025-05-05 04:33:45 +08:00
fix: component warning
This commit is contained in:
parent
6a3219a5e8
commit
357a0db03e
@ -102,8 +102,8 @@ const ProxyItem = (props: Props) => {
|
|||||||
<>
|
<>
|
||||||
{proxy.name}
|
{proxy.name}
|
||||||
|
|
||||||
{showType && <TypeBox>{proxy.type}</TypeBox>}
|
{showType && <TypeBox component="span">{proxy.type}</TypeBox>}
|
||||||
{showType && proxy.udp && <TypeBox>UDP</TypeBox>}
|
{showType && proxy.udp && <TypeBox component="span">UDP</TypeBox>}
|
||||||
</>
|
</>
|
||||||
}
|
}
|
||||||
/>
|
/>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user