## What changed - `src/components/UnlockModal/UnlockModal.tsx` submits unlock transactions without showing the estimated network fee - Users don't know the cost until Freighter prompts for signing ## Why - Users should see the estimated fee before committing to the transaction - Stellar fees are low but transparency builds trust ## How to test 1. Open the unlock modal for a locked position 2. Observe no fee estimate before the Freighter signing prompt
What changed
src/components/UnlockModal/UnlockModal.tsxsubmits unlock transactions without showing the estimated network feeWhy
How to test