Skip to content

Commit c63532f

Browse files
authored
Merge pull request #1681 from 0xoscario/hotfix/lint-error
Fix lint error by removing console
2 parents 28eba17 + b0a7400 commit c63532f

File tree

1 file changed

+0
-1
lines changed
  • src/pages/PoolsPage/v3/SupplyLiquidityV3/containers/AddLiquidityButton

1 file changed

+0
-1
lines changed

src/pages/PoolsPage/v3/SupplyLiquidityV3/containers/AddLiquidityButton/index.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,6 @@ export function AddLiquidityButton({
286286
amountToWrap,
287287
wrappingETH,
288288
]);
289-
console.log('------isReady:', isReady)
290289

291290
const onAddLiquidity = () => {
292291
if (expertMode) {

0 commit comments

Comments
 (0)