diff --git a/src/pages/iou/request/step/IOURequestStepScan/index.native.tsx b/src/pages/iou/request/step/IOURequestStepScan/index.native.tsx index bac2bb429b385..5218d07ecf84d 100644 --- a/src/pages/iou/request/step/IOURequestStepScan/index.native.tsx +++ b/src/pages/iou/request/step/IOURequestStepScan/index.native.tsx @@ -394,7 +394,7 @@ function IOURequestStepScan({ return; } - if (!isMultiScanEnabled) { + if (!isMultiScanEnabled && isStartingScan) { removeDraftTransactions(true); } diff --git a/src/pages/iou/request/step/IOURequestStepScan/index.tsx b/src/pages/iou/request/step/IOURequestStepScan/index.tsx index d87664bd01a3e..631e86ff24436 100644 --- a/src/pages/iou/request/step/IOURequestStepScan/index.tsx +++ b/src/pages/iou/request/step/IOURequestStepScan/index.tsx @@ -408,7 +408,7 @@ function IOURequestStepScan({ return; } - if (!isMultiScanEnabled) { + if (!isMultiScanEnabled && isStartingScan) { removeDraftTransactions(true); }