Skip to content

Commit

Permalink
small space correction
Browse files Browse the repository at this point in the history
  • Loading branch information
Parth Kothari committed Dec 20, 2023
1 parent 4fa2270 commit 52d4fc2
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions src/app/closure/closure.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,6 @@ export class ClosureComponent implements OnInit {
// this.roleFlag=false;

if (callType.toLowerCase() === "valid" || callType.toLowerCase() === "transfer" || callType.toLowerCase() === "referral") {
// this.validTrans = true;
this.nuisanceBLock = false;
this.benDetailSubscription = this.saved_data.isBenDetails$.subscribe((value) => {
this.benDetailsSelectedData = value;
Expand All @@ -458,13 +457,8 @@ export class ClosureComponent implements OnInit {
}
}
else{
this.validTrans = true;

this.validTrans = true;
}


// transferDropdown();

});

}
Expand Down

0 comments on commit 52d4fc2

Please sign in to comment.