diff --git a/src/app/report/report.component.ts b/src/app/report/report.component.ts index 3940b4470..6cfd7b83b 100644 --- a/src/app/report/report.component.ts +++ b/src/app/report/report.component.ts @@ -238,6 +238,8 @@ export class ReportComponent implements OnInit, OnDestroy { this.bugbountylist = res.programs; }); + this.getReportProfiles(); + }); @@ -315,8 +317,6 @@ export class ReportComponent implements OnInit, OnDestroy { } }); - this.getReportProfiles(); - } } });