remove space before parantheses

pull/9606/head
bsatarnejad 3 years ago
parent bdd1d623b0
commit 11fdeaf419
  1. 2
      frontend/src/app/features/work-packages/components/wp-single-view-tabs/activity-panel/activity-base.controller.ts

@ -145,7 +145,7 @@ export class ActivityPanelBaseController extends UntilDestroyedMixin implements
protected scrollToUnreadNotification():void {
// scroll to the unread notification only if there is no deep link
if (window.location.href.indexOf('activity#') > -1 ) {
if (window.location.href.indexOf('activity#') > -1) {
return;
}
const unreadNotifications = document.querySelectorAll('.comments-number--bubble');

Loading…
Cancel
Save