Skip to content

Commit

Permalink
Merge pull request #4935 from kiva/fix-borrower-profile-initStickyBeh…
Browse files Browse the repository at this point in the history
…avior-error
  • Loading branch information
christian14b authored Aug 10, 2023
2 parents e5ea0cb + f2d73fd commit 65d6085
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/pages/BorrowerProfile/BorrowerProfile.vue
Original file line number Diff line number Diff line change
Expand Up @@ -542,7 +542,6 @@ export default {
this.determineIfMobile();
window.addEventListener('resize', _throttle(() => {
this.initStickyBehavior();
this.determineIfMobile();
}, 200));
Expand All @@ -554,7 +553,6 @@ export default {
},
},
beforeDestroy() {
this.destroyWrapperObserver();
window.removeEventListener('resize', _throttle(() => {
this.determineIfMobile();
}, 200));
Expand Down

0 comments on commit 65d6085

Please sign in to comment.