diff --git a/src/components/proxy/proxy-item.tsx b/src/components/proxy/proxy-item.tsx
index b96635f1..079f245a 100644
--- a/src/components/proxy/proxy-item.tsx
+++ b/src/components/proxy/proxy-item.tsx
@@ -99,10 +99,10 @@ export const ProxyItem = (props: Props) => {
title={proxy.name}
secondary={
<>
- {proxy.name}
- {showType && proxy.now && (
- {proxy.now}
- )}
+
+ {proxy.name}
+ {showType && proxy.now && ` - ${proxy.now}`}
+
{showType && !!proxy.provider && (
{proxy.provider}
)}