Skip to content

Commit

Permalink
fixed lint
Browse files Browse the repository at this point in the history
  • Loading branch information
bobcaprice committed Mar 20, 2024
1 parent 1ebe55f commit 23f4867
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ui/src/app/affiliation/send-notifications-dialog.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export class SendNotificationsDialogComponent implements OnInit {
faPaperPlane = faPaperPlane
requestAlreadyInProgress = false
languages: { [langCode: string]: { name: string } } | undefined
language: string = ''
language = ''
account: IUser | undefined

constructor(
Expand Down Expand Up @@ -79,7 +79,7 @@ export class SendNotificationsDialogComponent implements OnInit {
}

@Component({
selector: 'send-notifications-popup',
selector: 'app-send-notifications-popup',
template: '',
})
export class SendNotificationsPopupComponent implements OnInit, OnDestroy {
Expand Down

0 comments on commit 23f4867

Please sign in to comment.