Skip to content

Commit

Permalink
Merge branch 'main' into pdp-acdl
Browse files Browse the repository at this point in the history
  • Loading branch information
alandana authored Jun 26, 2024
2 parents e9e0533 + 7302e01 commit a22ecea
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions blocks/product-list-page-custom/product-list-page-custom.js
Original file line number Diff line number Diff line change
Expand Up @@ -384,10 +384,6 @@ class ProductListPage extends Component {
}
this.props.resolve();

if (this.props.type === 'search' && this.state.loading === false && this.state.products.total === 0) {
sampleRUM('nullsearch', { source: '.search-input', target: this.state.searchTerm });
}

if (this.state.loading === false) {
window.adobeDataLayer.push((dl) => {
const searchResultsContext = dl.getState('searchResultsContext') ?? { units: [] };
Expand Down

0 comments on commit a22ecea

Please sign in to comment.