Skip to content

Commit

Permalink
PM-17065 fixting linting errors
Browse files Browse the repository at this point in the history
  • Loading branch information
voommen-livefront committed Jan 17, 2025
1 parent d164244 commit d07d2e3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ export class AllApplicationsComponent implements OnInit {
}),
)
.subscribe(({ data, organization }) => {
if (data){
if (data) {
this.dataSource.data = data;
this.applicationSummary = this.reportService.generateApplicationsSummary(data);
}
Expand Down

0 comments on commit d07d2e3

Please sign in to comment.