Skip to content

Commit eb4bc35

Browse files
committed
ACP2E-2260: Recently viewed product data not updated as per the store view
- Fixed incorrect product information is displayed for a moment before it is updated with correct data.
1 parent 70dc47a commit eb4bc35

File tree

1 file changed

+0
-6
lines changed
  • app/code/Magento/Catalog/view/frontend/web/js/product

1 file changed

+0
-6
lines changed

app/code/Magento/Catalog/view/frontend/web/js/product/provider.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -103,12 +103,6 @@ define([
103103
this.idsStorage.get(),
104104
this.prepareDataFromCustomerData(customerData.get(this.identifiersConfig.namespace)())
105105
);
106-
107-
if (!_.isEmpty(this.productStorage.data())) {
108-
this.dataCollectionHandler(this.productStorage.data());
109-
} else {
110-
this.productStorage.setIds(this.data.currency, this.data.store, this.ids());
111-
}
112106
},
113107

114108
/**

0 commit comments

Comments
 (0)