Skip to content

Commit

Permalink
Small fixes on Transfers Review page (#1681)
Browse files Browse the repository at this point in the history
* Small fixes on Transfers Review page
  • Loading branch information
dimak1 authored Jan 5, 2024
1 parent 3b56a69 commit 462f371
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions ppr-ui/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion ppr-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ppr-ui",
"version": "3.0.19",
"version": "3.0.20",
"private": true,
"appName": "Assets UI",
"sbcName": "SBC Common Components",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -486,7 +486,7 @@
Death Certificate Registration Number:
<span class="font-light mx-1">{{ item.deathCertificateNumber }}</span>
</p>
<p class="generic-label fs-14 mt-n4">
<p class="generic-label fs-14">
Date of Death:
<span class="font-light mx-1">{{ yyyyMmDdToPacificDate(item.deathDateTime, true) }}</span>
</p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ export default defineComponent({
const localState = reactive({
landOrLeaseLabel: computed(() => {
return `The manufactured home is <b>${!getMhrTransferOwnLand.value ? 'not' : ''}</b>
located on land that the ${isTransferDueToSaleOrGift ? 'new' : ''} homeowners
located on land that the ${isTransferDueToSaleOrGift.value ? 'new' : ''} homeowners
own or on land that they have a registered lease of 3 years or more.`
})
})
Expand Down

0 comments on commit 462f371

Please sign in to comment.