diff --git a/ppr-ui/src/components/common/StickyContainer.vue b/ppr-ui/src/components/common/StickyContainer.vue index ac65435a0..a2eab0d10 100644 --- a/ppr-ui/src/components/common/StickyContainer.vue +++ b/ppr-ui/src/components/common/StickyContainer.vue @@ -49,7 +49,7 @@ import { import { useStore } from '@/store/store' import { ButtonsStacked } from '@/components/common' import { FeeSummary } from '@/composables/fees' -import { ApiTransferTypes, UIRegistrationTypes, UITransferTypes } from '@/enums' +import { UIRegistrationTypes, UITransferTypes } from '@/enums' import { FeeSummaryTypes } from '@/composables/fees/enums' import { AdditionalSearchFeeIF, @@ -149,8 +149,7 @@ export default defineComponent({ getIsStaffClientPayment, isRoleStaffReg, isRoleStaffSbc, - getStaffPayment, - getMhrTransferType + getStaffPayment } = storeToRefs(useStore()) const localState = reactive({ @@ -173,14 +172,6 @@ export default defineComponent({ serviceFee: getUserServiceFee.value as number } as FeeSummaryI } - if (getMhrTransferType.value?.transferType === ApiTransferTypes.COU) { - return { - feeAmount: 0, - processingFee: null, // not used in override - quantity: null, // not used in override - serviceFee: getUserServiceFee.value as number - } as FeeSummaryI - } return null }), isStaffReg: computed(() => {