diff --git a/src/app/components/adbutler/adbutler.component.ts b/src/app/components/adbutler/adbutler.component.ts index 3df983ef..d733e7d9 100644 --- a/src/app/components/adbutler/adbutler.component.ts +++ b/src/app/components/adbutler/adbutler.component.ts @@ -28,7 +28,7 @@ export class AdbutlerComponent implements OnInit { this.htmlCode = response['placements'].placement_1.body; this.ad.nativeElement.insertAdjacentHTML('beforeend', this.htmlCode); }, - error => this.toasterService.error(error) + error => {} ); } }