We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f26e44 commit c482c9aCopy full SHA for c482c9a
packages/webapp/src/pages/InvestPage/MyLiquidityPanel/index.tsx
@@ -345,7 +345,7 @@ const MyLiquidity: any = withTranslation("common")(
345
currency={currency}
346
tokenMap={tokenMap as any}
347
idIndex={idIndex}
348
- tokenPrices={tokenPrices}
+ tokenPrices={tokenPrices as any}
349
handleWithdraw={(row) => {
350
const pair = `${row.ammDetail.coinAInfo.name}-${row.ammDetail.coinBInfo.name}`;
351
setShowAmm({
0 commit comments