Skip to content

Commit

Permalink
Fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
MattPereira committed Aug 8, 2024
1 parent 8c0c6de commit 7e3348a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/nextjs/app/cow/_components/PoolCreation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ export const PoolCreation = ({ state, clearState }: ManagePoolCreationProps) =>
}
}
if (pool && pool.isFinalized) setCurrentStep(6);
}, [pool]);
}, [pool, allowance1, allowance2, token1RawAmount, token2RawAmount]);

return (
<>
Expand Down

0 comments on commit 7e3348a

Please sign in to comment.