diff --git a/package.json b/package.json index 16a2bbfb..5ea60d09 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@yearn-finance/web-lib", - "version": "3.0.160", + "version": "3.0.161", "main": "./dist/index.js", "types": "./dist/index.d.js", "files": [ diff --git a/src/components/LogoPopover.tsx b/src/components/LogoPopover.tsx index fbb802dc..d7265496 100644 --- a/src/components/LogoPopover.tsx +++ b/src/components/LogoPopover.tsx @@ -76,12 +76,10 @@ export function LogoPopover(): ReactElement { const currentApp = useMemo(() => { return Object.values(APPS).find(({host}): boolean => { - return currentHost.includes(host); + return host.includes(currentHost); }); }, [currentHost]); - console.log(currentApp, currentHost); - return ( <>