diff --git a/package.json b/package.json index 7a3591f..9e60d39 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "ghost-dao-interface", "private": true, - "version": "0.4.3", + "version": "0.4.4", "type": "module", "scripts": { "dev": "vite", diff --git a/src/components/Sidebar/NavContent.jsx b/src/components/Sidebar/NavContent.jsx index 8cc1c07..a4f7ab4 100644 --- a/src/components/Sidebar/NavContent.jsx +++ b/src/components/Sidebar/NavContent.jsx @@ -183,42 +183,12 @@ const NavContent = ({ chainId, addressChainId }) => { } - - - {ECOSYSTEM.map((item, index) => { - return ( - - - - {item.name} - - - - ) - })} - - } - /> - - - - +