Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
transmissions11 committed Jul 1, 2021
1 parent 69d4f0a commit 85e4bbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/pages/Fuse/FusePoolPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ const AssetSupplyRow = ({
};

const isStakedOHM =
asset.underlyingToken.toLowerCase() ==
asset.underlyingToken.toLowerCase() ===
"0x04F2694C8fcee23e8Fd0dfEA1d4f5Bb8c352111F".toLowerCase();

const { data: stakedOHMApyData } = useQuery("sOHM_APY", async () => {
Expand Down

2 comments on commit 85e4bbf

@vercel
Copy link

@vercel vercel bot commented on 85e4bbf Jul 1, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bundled size for the package is listed below:

build/static/media: 402.34 KB
build/static/js: 30.82 MB
build/static/css: 15.63 KB
build/static: 31.23 MB
build: 31.31 MB

Please sign in to comment.