Skip to content

Commit

Permalink
fix: remove ratio
Browse files Browse the repository at this point in the history
  • Loading branch information
zachdt committed Sep 25, 2021
1 parent 5dadf7f commit dfb8505
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ const RemoveLiquidity: React.FC = () => {
)}
{!isOptionApproved() || !isLPApproved() ? null : (
<Button
disabled={submitting || ratio === 0}
disabled={submitting}
full
size="sm"
onClick={handleSubmitClick}
Expand Down

0 comments on commit dfb8505

Please sign in to comment.