Skip to content

Commit

Permalink
πŸ› Update src/mixins/cross-sell.js
Browse files Browse the repository at this point in the history
Co-authored-by: Ng Wing Tat, David <[email protected]>
  • Loading branch information
williamchong and nwingt authored Jan 17, 2025
1 parent 53dbb01 commit 75ebbe1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mixins/cross-sell.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export default {
);
},
isCrossSellEnabled() {
const crossSellInfo = !CROSS_SELL_WHITE_LIST.find(item => {
const crossSellInfo = CROSS_SELL_WHITE_LIST.find(item => {
const id = item?.id || item;
return id === this.classId || id === this.collectionId;
});
Expand Down

0 comments on commit 75ebbe1

Please sign in to comment.