From 9a9e7c0e917527c42be75415af6cfd82986728c2 Mon Sep 17 00:00:00 2001 From: Shubham Agrawal Date: Thu, 15 Feb 2024 20:03:01 +0530 Subject: [PATCH] Fixed state reset on going back from amount step --- src/pages/iou/request/step/IOURequestStepConfirmation.js | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/pages/iou/request/step/IOURequestStepConfirmation.js b/src/pages/iou/request/step/IOURequestStepConfirmation.js index 8c94bb32ffa9..caf8a1c4fe95 100644 --- a/src/pages/iou/request/step/IOURequestStepConfirmation.js +++ b/src/pages/iou/request/step/IOURequestStepConfirmation.js @@ -417,9 +417,8 @@ function IOURequestStepConfirmation({ }, ]} /> - {isLoading ? ( - - ) : ( + {isLoading && } + - )} + )}