Skip to content

Commit

Permalink
Minor improments
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicola Lanzilotto committed Dec 3, 2024
1 parent 9336520 commit a33e948
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/app/components/sidebar/sidebar.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1224,7 +1224,6 @@ export class SidebarComponent implements OnInit, AfterViewInit {
}

// if (event.url.indexOf('/messages') !== -1) {

if (event.url.indexOf('/wsrequest') !== -1) {
this.CONV_DETAIL_ROUTE_IS_ACTIVE = true;
this.logger.log('[SIDEBAR] NavigationEnd - CONV_DETAIL_ROUTE_IS_ACTIVE ', this.CONV_DETAIL_ROUTE_IS_ACTIVE);
Expand Down

0 comments on commit a33e948

Please sign in to comment.