From 4c058b48b67f9068b04071ec199495389dbaaad5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nico=20Gr=C3=BCndel?= Date: Mon, 4 Apr 2022 12:12:53 +0200 Subject: [PATCH] Explorer: remove link from discord security contact (#24097) --- explorer/src/components/account/SecurityCard.tsx | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/explorer/src/components/account/SecurityCard.tsx b/explorer/src/components/account/SecurityCard.tsx index 5a6119c98..2325bedc7 100644 --- a/explorer/src/components/account/SecurityCard.tsx +++ b/explorer/src/components/account/SecurityCard.tsx @@ -216,16 +216,7 @@ function isValidLink(value: string) { function Contact({ type, information }: { type: string; information: string }) { switch (type) { case "discord": - return ( - - Discord: {information} - - - ); + return <>Discord: {information}; case "email": return (