Skip to content

Commit

Permalink
clarify comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Kosuke Tseng committed Mar 1, 2022
1 parent 88ea587 commit c9fcea4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/home/sidebar/SidebarLinks.js
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ class SidebarLinks extends React.Component {
const shouldReorder = SidebarLinks.shouldReorder(nextProps, prevState.orderedReports, prevState.currentlyViewedReportID, prevState.unreadReports);
const switchingPriorityModes = nextProps.priorityMode !== prevState.priorityMode;

// Pull the reports we want to show on the left hand nav, ordered by priority
// Build the report options we want to show
const recentReports = SidebarLinks.getRecentReports(nextProps);

// Determine whether we need to keep the previous LHN order
Expand Down

0 comments on commit c9fcea4

Please sign in to comment.