## What changed - `src/components/UnlockModal/UnlockModal.tsx` handles partial unlocks but doesn't show the estimated amount the user will receive after the unlock ## Why - Users need to know exactly how much they'll get back before confirming - Should display the unlock amount and any fees or slippage ## How to test 1. Connect wallet with a locked position 2. Open the unlock modal 3. Observe no estimated receive amount is shown
What changed
src/components/UnlockModal/UnlockModal.tsxhandles partial unlocks but doesn't show the estimated amount the user will receive after the unlockWhy
How to test