make sure to clear amountValue when resetting page

This commit is contained in:
Blake Kaufman
2026-01-18 13:34:45 -05:00
parent ce117cb9cf
commit bda84ab9f1
@@ -592,7 +592,7 @@ export default function CreateGift(props) {
setDescription('');
simulationPromiseRef.current = null;
setSimulationResult(null);
navigate.setParams({ amount: 0 });
navigate.setParams({ amount: 0, amountValue: 0 });
};
if (confirmData) {