Fix linting disable comment

pull/9556/head
Benjamin Bädorf 3 years ago
parent 3cc5ea205e
commit f9fdaf5801
No known key found for this signature in database
GPG Key ID: 069CA2D117AB5CCF
  1. 4
      frontend/src/app/features/in-app-notifications/center/in-app-notification-center-page.component.ts

@ -111,10 +111,10 @@ export class InAppNotificationCenterPageComponent extends UntilDestroyedMixin im
} }
// For shared template compliance // For shared template compliance
updateTitleName(val:string):void {} // eslint-disable-line class-methods-use-this no-unused-vars updateTitleName(val:string):void {} // eslint-disable-line class-methods-use-this, no-unused-vars
// For shared template compliance // For shared template compliance
changeChangesFromTitle(val:string):void {} // eslint-disable-line class-methods-use-this no-unused-vars changeChangesFromTitle(val:string):void {} // eslint-disable-line class-methods-use-this, no-unused-vars
private backButtonFn():void { private backButtonFn():void {
if (this.backRoute) { if (this.backRoute) {

Loading…
Cancel
Save