Skip to content

Commit 16400a7

Browse files
committed
🩹 Remove disable button for debug
1 parent bd9597c commit 16400a7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

components/salvage/remove-liquidity.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ const RemoveLiquidityFromIndex = ({ amount, address, metadata, indexWeight }: {
6363
}
6464

6565
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>
66+
<Button variant="ghost" className='z-30 w-full text-primary hover:bg-white hover:text-primary' onClick={salvage}>Unwrap</Button>
6767
);
6868
};
6969

0 commit comments

Comments
 (0)