Skip to content

Commit

Permalink
fix add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
DylanDylann committed Jan 27, 2024
1 parent fd58bf1 commit f3b4b68
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ const getTopMostReportIDFromRHP = (state: State): string => {
}

const topmostRoute = state.routes.at(-1);

// In the case of money requests, send money and split bill,
// we want to ignore the associated report and fall back to the default navigation behavior
if (
topmostRoute?.params &&
'iouType' in topmostRoute.params &&
Expand Down

0 comments on commit f3b4b68

Please sign in to comment.