Skip to content

Commit

Permalink
Merge pull request #142 from CudoVentures/Disabe-network-switching-fu…
Browse files Browse the repository at this point in the history
…nctionality

disable network switching functionality
  • Loading branch information
SpaghettiOverload authored Dec 13, 2022
2 parents 8e59820 + c8267e9 commit d3b54f9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/Layout/NetworkInfo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@ const NetworkInfo = () => {
setOpen(false)
}

const collapsable = networksToDisplayInMenu.length > 1
// const collapsable = networksToDisplayInMenu.length > 1
const collapsable = false

return (

Expand Down

0 comments on commit d3b54f9

Please sign in to comment.