Redo rain repel changes
This commit is contained in:
parent
a7b46c3e17
commit
5ecd1e5c42
1 changed files with 4 additions and 4 deletions
|
|
@ -218,8 +218,8 @@ export default {
|
|||
)
|
||||
: Promise.resolve([]);
|
||||
|
||||
const rainDefensePromise = baseMixin.methods.dispatchStoreActionWithLogging(
|
||||
storeActions.GET_RAIN_DEFENSE,
|
||||
const rainRepelPromise = baseMixin.methods.dispatchStoreActionWithLogging(
|
||||
storeActions.GET_RAIN_REPEL,
|
||||
null,
|
||||
"payment-method"
|
||||
);
|
||||
|
|
@ -265,7 +265,7 @@ export default {
|
|||
[]);
|
||||
|
||||
const allLineItems = [
|
||||
resultMap.rainDefense,
|
||||
resultMap.rainRepel,
|
||||
...supportingItems,
|
||||
...availableFrontWipers,
|
||||
...availableRearWipers,
|
||||
|
|
@ -278,7 +278,7 @@ export default {
|
|||
);
|
||||
|
||||
const availableVaps = [
|
||||
resultMap.rainDefense,
|
||||
resultMap.rainRepel,
|
||||
...availableFrontWipers,
|
||||
...availableRearWipers,
|
||||
];
|
||||
|
|
|
|||
Loading…
Reference in a new issue