Skip to content

Commit 424d424

Browse files
committed
Merge remote-tracking branch 'origin/MAGETWO-59135' into BUGS
2 parents 4dd16f8 + 76bd7e6 commit 424d424

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Customer/view/frontend/web/js/invalidation-rules

1 file changed

+1
-1
lines changed

app/code/Magento/Customer/view/frontend/web/js/invalidation-rules/website-rule.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ define([
2323
var customer = customerData.get('customer');
2424

2525
if (this.scopeConfig && customer() &&
26-
(~~customer().websiteId !== ~~this.scopeConfig.websiteId) && ~~customer().websiteId !== 0) {
26+
~~customer().websiteId !== ~~this.scopeConfig.websiteId && ~~customer().websiteId !== 0) {
2727
customerData.reload(['customer']);
2828
}
2929
}

0 commit comments

Comments
 (0)