Skip to content

Commit

Permalink
Comment out syntax related to phone and email registration
Browse files Browse the repository at this point in the history
  • Loading branch information
DarinHajou committed Mar 12, 2024
1 parent 018d282 commit 66c8da9
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
registerShopForm.get('shopImage')?.touched
">{{ 'BUSINESS.REGISTRATION.VALIDATIONS.BUSINESS_IMAGES' | translate }}</span>
</div>
<div class="business-registration__field business-registration__field-middle">
<!-- <div class="business-registration__field business-registration__field-middle">
<label for="phone" class="business-registration__label">{{ 'BUSINESS.REGISTRATION.LABELS.BUSINESS_PHONE_NUMBER' |
translate }}</label>
<input type="text" id="phone" name="phone" formControlName="shopPhone" class="business-registration__input"
Expand All @@ -83,7 +83,7 @@
registerShopForm.get('shopEmail')?.invalid &&
registerShopForm.get('shopEmail')?.touched
">{{ 'BUSINESS.REGISTRATION.VALIDATIONS.BUSINESS_EMAIL_ADDRESS' | translate }}</span>
</div>
</div> -->
<nav class="business-registration__navigation">
<ul class="business-registration__list">
<li class="business-registration__item">
Expand Down

0 comments on commit 66c8da9

Please sign in to comment.