INSR-9940: useMainStore instead of this.mainStore

This commit is contained in:
Alex Humphries 2026-06-11 13:24:37 -04:00
parent 10112316b8
commit 6597f24a24

View file

@ -229,7 +229,7 @@ export default {
}, {}); }, {});
}, },
appointmentInformationWidget() { appointmentInformationWidget() {
return hasMSRPart(this.mainStore.lineItems) ? this.widget.MSRAppointmentInformation : this.widget.appointmentInformation; return hasMSRPart(useMainStore().lineItems) ? this.widget.MSRAppointmentInformation : this.widget.appointmentInformation;
} }
}, },
watch: { watch: {