remove comment that was removed previously

This commit is contained in:
Bill Richardson 2023-03-20 11:00:31 -04:00
parent 44a6629d36
commit 9fd6a08dd8

View file

@ -64,7 +64,7 @@ import { getPricedMobileFeePart } from "@/layouts/service-location/helpers/servi
export default {
name: "mobile-location-modal-questions",
emits: ["update:modelValue", "updated-mobile-fee-part", "updated-contains-military-base"], // The component emits an event
emits: ["update:modelValue", "updated-mobile-fee-part", "updated-contains-military-base"],
data() {
return {
internalModel: deepClone(this.modelValue),