We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd9597c commit 16400a7Copy full SHA for 16400a7
1 file changed
components/salvage/remove-liquidity.tsx
@@ -63,7 +63,7 @@ const RemoveLiquidityFromIndex = ({ amount, address, metadata, indexWeight }: {
63
}
64
65
return (
66
- <Button disabled={tokens <= 0} variant="ghost" className='z-30 w-full text-primary hover:bg-white hover:text-primary' onClick={salvage}>Unwrap</Button>
+ <Button variant="ghost" className='z-30 w-full text-primary hover:bg-white hover:text-primary' onClick={salvage}>Unwrap</Button>
67
);
68
};
69
0 commit comments