Skip to content

Commit ac67365

Browse files
[DSC-2556] remove wrong param
1 parent a2722fb commit ac67365

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/info/end-user-agreement/end-user-agreement.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ export class EndUserAgreementComponent implements OnInit, OnDestroy {
9797
if (authorized) {
9898

9999
if (!accepted && isPlatformBrowser(this.platformId) && !this.notifiedOnce) {
100-
this.notificationsService.warning(this.translate.instant('info.end-user-agreement.accept.warning'), {});
100+
this.notificationsService.warning(this.translate.instant('info.end-user-agreement.accept.warning'));
101101
this.notifiedOnce = true;
102102
}
103103
this.accepted = accepted;

0 commit comments

Comments
 (0)