Skip to content

Commit

Permalink
feat(project.new): code cleaning
Browse files Browse the repository at this point in the history
ref: TAPC-83
Signed-off-by: Rafik Adiche <[email protected]>
  • Loading branch information
Rafik Adiche authored and sachinrameshn committed Sep 15, 2023
1 parent b3de39a commit 1839682
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -532,9 +532,6 @@ export default class PciProjectNewPaymentCtrl {
}

displayCreateProjectButton() {
if (this.model.paymentMethod.type.isCreditCard()) {
return this.model.legalAgreements.credit;
}
if (
(this.model.legalAgreements.bankAccount &&
this.model.paymentMethod.type.paymentType ===
Expand Down

0 comments on commit 1839682

Please sign in to comment.