From 402505a026e00c21722ec3e2125b5a3933d8aa56 Mon Sep 17 00:00:00 2001 From: laurentketterle-hub Date: Tue, 4 Aug 2026 03:41:35 +0200 Subject: [PATCH] fix(#281): reset investment form amount after successful submission Clear the amount state when navigating away from the success screen so the next deposit starts fresh instead of prefilling old values. --- src/screens/Deposit.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/screens/Deposit.tsx b/src/screens/Deposit.tsx index 27ca1d1..72978fb 100644 --- a/src/screens/Deposit.tsx +++ b/src/screens/Deposit.tsx @@ -348,7 +348,8 @@ export function Deposit({ onDone }: DepositProps) { > {t('viewExpert')} -