Skip to content

Commit

Permalink
Refactor: removed unused class and unused parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthijsSmets committed Dec 17, 2024
1 parent fe17719 commit 36be10b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export class EncodingButtonComponent implements OnChanges {

constructor(private toastService: ToastService) {}

ngOnChanges(changes: SimpleChanges) {
ngOnChanges() {
this.showEncodingButton = ReportUtil.isCheckPoint(this.selectedNode) && this.selectedNode.encoding === 'Base64';
}

Expand Down
12 changes: 0 additions & 12 deletions src/app/shared/util/update-report-util.ts

This file was deleted.

0 comments on commit 36be10b

Please sign in to comment.