We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d92a311 commit 28a27efCopy full SHA for 28a27ef
src/pages/TransactionDuplicate/Confirmation.tsx
@@ -71,7 +71,7 @@ function Confirmation() {
71
ReportUtils.isReportNotFound(report) ||
72
(reviewDuplicatesResult.status === 'loaded' && (!transaction?.transactionID || !doesTransactionBelongToReport));
73
74
- if (isLoadingOnyxValue(reviewDuplicatesResult, reportResult)) {
+ if (isLoadingOnyxValue(reviewDuplicatesResult, reportResult) || !transaction?.transactionID) {
75
return <FullScreenLoadingIndicator />;
76
}
77
0 commit comments