Skip to content

Commit

Permalink
fix: Expense RHP closes after clicking on the From subtitle link
Browse files Browse the repository at this point in the history
  • Loading branch information
nkdengineer committed Aug 12, 2024
1 parent e7fe622 commit 0279913
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ParentNavigationSubtitle.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ function ParentNavigationSubtitle({parentNavigationSubtitleData, parentReportAct
Navigation.goBack(ROUTES.REPORT_WITH_ID.getRoute(parentReportID));
if (isVisibleAction && !isOffline) {
// Pop the chat report screen before navigating to the linked report action.
Navigation.goBack(ROUTES.REPORT_WITH_ID.getRoute(parentReportID, parentReportActionID));
Navigation.goBack(ROUTES.REPORT_WITH_ID.getRoute(parentReportID, parentReportActionID), true);
}
}}
accessibilityLabel={translate('threads.parentNavigationSummary', {reportName, workspaceName})}
Expand Down

0 comments on commit 0279913

Please sign in to comment.