Skip to content

Commit b74be6d

Browse files
committed
Fix prettier
1 parent 8286359 commit b74be6d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/SidePanel/HelpComponents/HelpContent.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ function HelpContent({closeSidePanel}: HelpContentProps) {
6969
const cleanedPath = path.replaceAll('?', '');
7070
const expenseType = getExpenseType(transaction);
7171
const reportType = getHelpPaneReportType(report);
72-
72+
7373
if (expenseType && reportType !== CONST.REPORT.HELP_TYPE.EXPENSE_REPORT) {
7474
return cleanedPath.replaceAll(':reportID', `:${CONST.REPORT.HELP_TYPE.EXPENSE}/:${expenseType}`);
7575
}

0 commit comments

Comments
 (0)