From 402505a026e00c21722ec3e2125b5a3933d8aa56 Mon Sep 17 00:00:00 2001 From: laurentketterle-hub Date: Tue, 4 Aug 2026 03:41:35 +0200 Subject: [PATCH 1/2] 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')} - From 5261dc5860d36618b4c641d2cc961e877c0e04c4 Mon Sep 17 00:00:00 2001 From: laurentketterle-hub Date: Thu, 6 Aug 2026 07:20:28 +0200 Subject: [PATCH 2/2] fix(ci): run prettier format to fix format check --- src/screens/Deposit.tsx | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/src/screens/Deposit.tsx b/src/screens/Deposit.tsx index 72978fb..b4bc78c 100644 --- a/src/screens/Deposit.tsx +++ b/src/screens/Deposit.tsx @@ -348,8 +348,14 @@ export function Deposit({ onDone }: DepositProps) { > {t('viewExpert')} -