Skip to content

Commit

Permalink
build: bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Majorfi committed Feb 9, 2024
1 parent e94f98b commit 8280213
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down
4 changes: 1 addition & 3 deletions src/components/LogoPopover.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 (
<>
<Popover
Expand Down

0 comments on commit 8280213

Please sign in to comment.