Skip to content

Commit

Permalink
Merge pull request #55712 from callstack-internal/fix/scroll-when-goi…
Browse files Browse the repository at this point in the history
…ng-back-to-report

[CP Staging] fix: partial scroll when returning from expense thread

(cherry picked from commit 64db9ae)

(CP triggered by Beamanator)
  • Loading branch information
Beamanator authored and OSBotify committed Jan 24, 2025
1 parent ade8e1a commit facb5b3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/ReportActionItem/ReportPreview.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,6 @@ function ReportPreview({
const [iouReport] = useOnyx(`${ONYXKEYS.COLLECTION.REPORT}${iouReportID}`);
const [transactions] = useOnyx(ONYXKEYS.COLLECTION.TRANSACTION, {
selector: (_transactions) => reportTransactionsSelector(_transactions, iouReportID),
initialValue: [],
});
const [transactionViolations] = useOnyx(ONYXKEYS.COLLECTION.TRANSACTION_VIOLATIONS);
const [userWallet] = useOnyx(ONYXKEYS.USER_WALLET);
Expand Down

0 comments on commit facb5b3

Please sign in to comment.