Skip to content

Commit

Permalink
Refactored Res Exempt Conditions (#2028)
Browse files Browse the repository at this point in the history
  • Loading branch information
cameron-eyds authored Sep 23, 2024
1 parent 3d380ee commit 9041fb8
Show file tree
Hide file tree
Showing 3 changed files with 4 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.2.59",
"version": "3.2.60",
"private": true,
"appName": "Assets UI",
"sbcName": "SBC Common Components",
Expand Down
3 changes: 1 addition & 2 deletions ppr-ui/src/components/tables/common/TableRow.vue
Original file line number Diff line number Diff line change
Expand Up @@ -522,8 +522,7 @@
</v-list-item-subtitle>
</v-list-item>
<v-list-item
v-if="isExemptionEnabled && !hasChildResExemption(item) &&
item.statusType !== MhApiStatusTypes.EXEMPT &&
v-if="isExemptionEnabled && item.statusType === MhApiStatusTypes.ACTIVE &&
![HomeLocationTypes.HOME_PARK, HomeLocationTypes.LOT].includes(item.locationType)"
data-test-id="res-exemption-btn"
:disabled="item.frozenDocumentType === MhApiFrozenDocumentTypes.TRANS_AFFIDAVIT"
Expand Down

0 comments on commit 9041fb8

Please sign in to comment.