From 143db5d7b132fe4e1e752d23427dcf41c2a9d25b Mon Sep 17 00:00:00 2001 From: Tom Jeatt Date: Thu, 5 Dec 2024 11:52:16 +0000 Subject: [PATCH] chore: whitespace --- apps/evm/src/components/Chain/Chain.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/evm/src/components/Chain/Chain.tsx b/apps/evm/src/components/Chain/Chain.tsx index 3b48aa558..f25e3788c 100644 --- a/apps/evm/src/components/Chain/Chain.tsx +++ b/apps/evm/src/components/Chain/Chain.tsx @@ -18,7 +18,6 @@ type ChainProps = Props & InheritAttrs; const Chain = ({ chainId, iconProps, labelProps, ...props }: ChainProps) => ( - {chainId === 'BTC' ? 'Bitcoin' : getCapitalizedChainName(chainId)} );