diff --git a/src/components/ClientInfoCard.tsx b/src/components/ClientInfoCard.tsx
index 1a4cbd54..ece2309e 100644
--- a/src/components/ClientInfoCard.tsx
+++ b/src/components/ClientInfoCard.tsx
@@ -26,7 +26,7 @@ export default function SiteInfoCard({}: ClientInfoCardProps) {
return (
-
+
{t("name")}
{client.name}
@@ -55,12 +55,6 @@ export default function SiteInfoCard({}: ClientInfoCardProps) {
)}
-
- {t("address")}
-
- {client.subnet.split("/")[0]}
-
-
diff --git a/src/components/SiteInfoCard.tsx b/src/components/SiteInfoCard.tsx
index 9f13d7d9..c0a9b36b 100644
--- a/src/components/SiteInfoCard.tsx
+++ b/src/components/SiteInfoCard.tsx
@@ -33,7 +33,7 @@ export default function SiteInfoCard({}: SiteInfoCardProps) {
return (
-
+
{t("identifier")}
{site.niceId}
@@ -68,15 +68,6 @@ export default function SiteInfoCard({}: SiteInfoCardProps) {
{getConnectionTypeString(site.type)}
-
- {site.type == "newt" && (
-
- Address
-
- {site.address?.split("/")[0]}
-
-
- )}