Skip to content

Commit

Permalink
fix2
Browse files Browse the repository at this point in the history
  • Loading branch information
kac89 committed Aug 12, 2024
1 parent ff03673 commit 5f83fa9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/report/report.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,8 @@ export class ReportComponent implements OnInit, OnDestroy {
this.bugbountylist = res.programs;
});

this.getReportProfiles();

});


Expand Down Expand Up @@ -315,8 +317,6 @@ export class ReportComponent implements OnInit, OnDestroy {
}
});

this.getReportProfiles();

}
}
});
Expand Down

0 comments on commit 5f83fa9

Please sign in to comment.