Skip to content

Commit

Permalink
chore(release): 1227 - fixed links
Browse files Browse the repository at this point in the history
  • Loading branch information
ds-mwesener committed Jul 31, 2024
1 parent 7712410 commit d55abe3
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,4 @@ import { Notification } from '@shared/model/notification.model';
})
export class NotificationModalContentComponent {
@Input() notification: Notification;
constructor() {
setTimeout(() => {console.log(this.notification, "notification")}, 2000);
}
}

0 comments on commit d55abe3

Please sign in to comment.