Skip to content

Commit c482c9a

Browse files
committed
Merge remote-tracking branch 'origin/released'
1 parent 2f26e44 commit c482c9a

File tree

1 file changed

+1
-1
lines changed
  • packages/webapp/src/pages/InvestPage/MyLiquidityPanel

1 file changed

+1
-1
lines changed

packages/webapp/src/pages/InvestPage/MyLiquidityPanel/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ const MyLiquidity: any = withTranslation("common")(
345345
currency={currency}
346346
tokenMap={tokenMap as any}
347347
idIndex={idIndex}
348-
tokenPrices={tokenPrices}
348+
tokenPrices={tokenPrices as any}
349349
handleWithdraw={(row) => {
350350
const pair = `${row.ammDetail.coinAInfo.name}-${row.ammDetail.coinBInfo.name}`;
351351
setShowAmm({

0 commit comments

Comments
 (0)