Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
p6te committed Sep 20, 2024
1 parent f768958 commit 28bf37a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Header/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ export const Header: React.FC<IHeader> = ({
onChangeWallet,
activeChain,
onChainSelect,
network,
defaultMainnetRPC
network
// defaultMainnetRPC
}) => {
const { classes } = useStyles()
const buttonStyles = useButtonStyles()
Expand Down

0 comments on commit 28bf37a

Please sign in to comment.