From c8267e9caf6cbda35affaf31edeef4f64dbe9f2e Mon Sep 17 00:00:00 2001 From: SpaghettiOverload Date: Tue, 13 Dec 2022 12:51:41 +0200 Subject: [PATCH] disable network switching functionality --- src/components/Layout/NetworkInfo.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/Layout/NetworkInfo.tsx b/src/components/Layout/NetworkInfo.tsx index fe78ccc..fc9c0ae 100644 --- a/src/components/Layout/NetworkInfo.tsx +++ b/src/components/Layout/NetworkInfo.tsx @@ -58,7 +58,8 @@ const NetworkInfo = () => { setOpen(false) } - const collapsable = networksToDisplayInMenu.length > 1 + // const collapsable = networksToDisplayInMenu.length > 1 + const collapsable = false return (