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 ade8e1a commit facb5b3Copy full SHA for facb5b3
src/components/ReportActionItem/ReportPreview.tsx
@@ -145,7 +145,6 @@ function ReportPreview({
145
const [iouReport] = useOnyx(`${ONYXKEYS.COLLECTION.REPORT}${iouReportID}`);
146
const [transactions] = useOnyx(ONYXKEYS.COLLECTION.TRANSACTION, {
147
selector: (_transactions) => reportTransactionsSelector(_transactions, iouReportID),
148
- initialValue: [],
149
});
150
const [transactionViolations] = useOnyx(ONYXKEYS.COLLECTION.TRANSACTION_VIOLATIONS);
151
const [userWallet] = useOnyx(ONYXKEYS.USER_WALLET);
0 commit comments