Remove undefined for not entered phone
continuous-integration/drone/push Build is passing Details

master
unknown 2024-03-28 21:32:43 -06:00
parent 14777e9171
commit d5369eaaad
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ export class BalloonComponent implements OnInit {
this.submitButtonDisabled = true; this.submitButtonDisabled = true;
this.emailService.sendEmail(this.name, this.emailService.sendEmail(this.name,
email, email,
this.phone, this.phone || '',
body, body,
this.hp) this.hp)
.subscribe( .subscribe(