Skip to content

Commit

Permalink
Clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
cameron-eyds committed Feb 5, 2024
1 parent 998776d commit 6e84145
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
id="review-home-location-section"
class="py-10 mt-n5"
>
<!-- Transport Permit Details: Rendered only for Active Transport Permits -->
<!-- Transport permit details rendered when there is an active permit -->
<TransportPermitDetails v-if="hasActiveTransportPermit" />

<v-row
Expand Down
4 changes: 3 additions & 1 deletion ppr-ui/src/composables/mhrInformation/useMhrInformation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ import {
MhrTransferApiIF,
MhrTransferIF,
MhrRegistrationHomeOwnerGroupIF,
TransferTypeSelectIF, MhRegistrationSummaryIF
TransferTypeSelectIF,
MhRegistrationSummaryIF
} from '@/interfaces'
import { useStore } from '@/store/store'
import {
Expand Down Expand Up @@ -205,6 +206,7 @@ export const useMhrInformation = () => {
}
}

/** Set Transport permit data to state **/
const parseMhrPermitData = async (mhrSummary: MhRegistrationSummaryIF): Promise<void> => {
const permitStatus = mhrSummary?.permitStatus || ''
await setMhrInformationPermitData({
Expand Down

0 comments on commit 6e84145

Please sign in to comment.