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 8286359 commit b74be6dCopy full SHA for b74be6d
1 file changed
src/components/SidePanel/HelpComponents/HelpContent.tsx
@@ -69,7 +69,7 @@ function HelpContent({closeSidePanel}: HelpContentProps) {
69
const cleanedPath = path.replaceAll('?', '');
70
const expenseType = getExpenseType(transaction);
71
const reportType = getHelpPaneReportType(report);
72
-
+
73
if (expenseType && reportType !== CONST.REPORT.HELP_TYPE.EXPENSE_REPORT) {
74
return cleanedPath.replaceAll(':reportID', `:${CONST.REPORT.HELP_TYPE.EXPENSE}/:${expenseType}`);
75
}
0 commit comments