Skip to content

Commit

Permalink
Fix premium not showing on review page
Browse files Browse the repository at this point in the history
  • Loading branch information
caleballdrin committed Dec 10, 2024
1 parent d3a5167 commit 5cf1da1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/checkout/step-3/step-3.tpl.html
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@
</div>
</div>

<div class="mb" ng-if="!!$ctrl.brandedCheckoutItem['premium-code']">
<div class="mb" ng-if="$ctrl.brandedCheckoutItem.PREMIUM_CODE">
<div class="panel panel-default">
<div class="panel-heading">
<translate>{{'CHOOSE_RESOURCE'}}</translate>
Expand Down

0 comments on commit 5cf1da1

Please sign in to comment.