Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonKleinert committed Dec 2, 2019
2 parents c05ec3d + be8b487 commit 96c90cc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/Catalog.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ export default class Catalog extends React.Component {

componentDidMount() {
this.props.fetchCollections();
this.props.fetchResources();
this.props.fetchStoredShoppingCart();
window.addEventListener("resize", this.handleResize);
window.addEventListener("scroll", this.detectScroll);
Expand Down

0 comments on commit 96c90cc

Please sign in to comment.