diff --git a/src/components/create-profile-dialog.tsx b/src/components/create-profile-dialog.tsx
index 5bb25d6..08111dc 100644
--- a/src/components/create-profile-dialog.tsx
+++ b/src/components/create-profile-dialog.tsx
@@ -552,9 +552,7 @@ export function CreateProfileDialog({
No proxy
{storedProxies.map((proxy) => (
- {proxy.name} ({proxy.proxy_settings.proxy_type}://
- {proxy.proxy_settings.host}:
- {proxy.proxy_settings.port})
+ {proxy.name}{" "}
))}