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 (