Skip to content

Commit

Permalink
Adds namesFieldsDisabled condition back in.
Browse files Browse the repository at this point in the history
  • Loading branch information
wjames111 committed Dec 13, 2024
1 parent 3184676 commit aaa0a93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/components/contactInfo/contactInfo.tpl.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<p><button id="retryButton1" type="button" class="btn btn-primary" ng-click="$ctrl.loadDonorDetails()" translate>{{'RETRY'}}</button></p>
</div>

<div class="mb_x">
<div class="mb_x" ng-if="!$ctrl.nameFieldsDisabled">
<div class="row">
<div class="col-md-6">
<a id="householdTypeLink" href="" class="tab-btn btn btn-default btn-block" ng-click="$ctrl.donorDetails['donor-type'] = 'Household'" ng-class="{'on': $ctrl.donorDetails['donor-type'] === 'Household'}" translate>{{'GIVE_AS_INDIVIDUAL'}}</a>
Expand Down

0 comments on commit aaa0a93

Please sign in to comment.