Skip to content

Commit

Permalink
fix remove used comment
Browse files Browse the repository at this point in the history
  • Loading branch information
DylanDylann committed Dec 1, 2023
1 parent 6b1c3a8 commit 0171212
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pages/ReportDetailsPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ function ReportDetailsPage(props) {
}

Report.getReportPrivateNote(props.report.reportID);
// eslint-disable-next-line react-hooks/exhaustive-deps -- do not add report.isLoadingPrivateNotes to dependencies
}, [props.report.reportID, props.network.isOffline, isPrivateNotesFetchTriggered]);

const menuItems = useMemo(() => {
Expand Down

0 comments on commit 0171212

Please sign in to comment.