for now until moved to save

This commit is contained in:
Bill Richardson 2026-03-03 14:25:00 -05:00
parent 49f65766cb
commit d2cb36fe13

View file

@ -1253,7 +1253,7 @@ export const useMainStore = defineStore({
},
async getCombinedQuote(availableLineItems) {
if (!availableLineItems || availableLineItems.length === 0) {
if (!availableLineItems || availableLineItems.length === 0 || !this.providerNumber) {
return [];
}