Skip to content

Commit facb5b3

Browse files
BeamanatorOSBotify
authored andcommitted
Merge pull request #55712 from callstack-internal/fix/scroll-when-going-back-to-report
[CP Staging] fix: partial scroll when returning from expense thread (cherry picked from commit 64db9ae) (CP triggered by Beamanator)
1 parent ade8e1a commit facb5b3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/ReportActionItem/ReportPreview.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,6 @@ function ReportPreview({
145145
const [iouReport] = useOnyx(`${ONYXKEYS.COLLECTION.REPORT}${iouReportID}`);
146146
const [transactions] = useOnyx(ONYXKEYS.COLLECTION.TRANSACTION, {
147147
selector: (_transactions) => reportTransactionsSelector(_transactions, iouReportID),
148-
initialValue: [],
149148
});
150149
const [transactionViolations] = useOnyx(ONYXKEYS.COLLECTION.TRANSACTION_VIOLATIONS);
151150
const [userWallet] = useOnyx(ONYXKEYS.USER_WALLET);

0 commit comments

Comments
 (0)