Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
tienifr committed Aug 29, 2023
1 parent 4a671f7 commit d841942
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pages/home/sidebar/SidebarLinks.js
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,6 @@ class SidebarLinks extends React.PureComponent {
this.props.isCreateMenuOpen ||
(!this.props.isSmallScreenWidth && this.props.isActiveReport(option.reportID)) ||
(this.props.isSmallScreenWidth && Navigation.getTopmostReportId())

) {
return;
}
Expand Down

0 comments on commit d841942

Please sign in to comment.