Skip to content

Commit

Permalink
PPR Product Available during Account creation/Products and Services#9…
Browse files Browse the repository at this point in the history
…593 (#1796)
  • Loading branch information
shabeeb-aot authored Oct 20, 2021
1 parent 81aec21 commit 201af54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions auth-web/src/components/auth/common/Product.vue
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
</v-icon>
<div class="ml-2 label-color">
<h3 class="title font-weight-bold product-title mt-n1" :data-test="productDetails.code">{{productDetails.description}}</h3>
<p v-if="$te(productLabel.subTitle)" v-html="$t(productLabel.subTitle)"/>
<p v-if="$te(productLabel.subTitle)" v-html="$t(productLabel.subTitle)" />
</div>
</div>
<v-btn
Expand All @@ -56,7 +56,7 @@
<div class="product-card-contents ml-9">
<v-expand-transition>
<div v-if="isexpandedView" :data-test="`div-expanded-product-${productDetails.code}`">
<p v-if="$te(productLabel.details)" v-html="$t(productLabel.details)"/>
<p v-if="$te(productLabel.details)" v-html="$t(productLabel.details)" class="mb-0"/>
<component
v-if="isTOSNeeded"
:key="productFooter.id"
Expand Down

0 comments on commit 201af54

Please sign in to comment.