From 28bf37a3970252c4c56113b25df68fda58f3f725 Mon Sep 17 00:00:00 2001 From: Piotr Matlak Date: Fri, 20 Sep 2024 11:24:21 +0200 Subject: [PATCH] fix build --- src/components/Header/Header.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/Header/Header.tsx b/src/components/Header/Header.tsx index 2ee68e99..e0f7d824 100644 --- a/src/components/Header/Header.tsx +++ b/src/components/Header/Header.tsx @@ -55,8 +55,8 @@ export const Header: React.FC = ({ onChangeWallet, activeChain, onChainSelect, - network, - defaultMainnetRPC + network + // defaultMainnetRPC }) => { const { classes } = useStyles() const buttonStyles = useButtonStyles()