diff --git a/package.json b/package.json index bec06b31..4001c4d8 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,6 @@ "react-router-redux": "next", "react-scale-text": "^1.2.2", "react-select": "2.0.0", - "react-sticky-el": "^1.0.20", "react-transition-group": "^2.2.1", "redbox-react": "^1.6.0", "redux": "4.0.0", diff --git a/src/views/Wallet/components/LeftNavigation/components/StickyContainer/index.js b/src/views/Wallet/components/LeftNavigation/components/StickyContainer/index.js index dd20c6f2..bab539c0 100644 --- a/src/views/Wallet/components/LeftNavigation/components/StickyContainer/index.js +++ b/src/views/Wallet/components/LeftNavigation/components/StickyContainer/index.js @@ -85,8 +85,6 @@ export default class StickyContainer extends React.PureComponent { const scrollDirection = this.currentScrollY >= this.lastKnownScrollY ? 'down' : 'up'; const distanceScrolled = Math.abs(this.currentScrollY - this.lastKnownScrollY); - console.warn(wrapper, bottom); - if (asideBounds.top < 0) { wrapper.classList.add('fixed'); let maxTop: number = 1; diff --git a/yarn.lock b/yarn.lock index ef612a90..6862c6ee 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7728,13 +7728,6 @@ prop-types@15.x, prop-types@^15.5.10, prop-types@^15.5.4, prop-types@^15.5.8, pr loose-envify "^1.3.1" object-assign "^4.1.1" -prop-types@>=15.5.10, prop-types@^15.6.2: - version "15.6.2" - resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.6.2.tgz#05d5ca77b4453e985d60fc7ff8c859094a497102" - dependencies: - loose-envify "^1.3.1" - object-assign "^4.1.1" - prop-types@^15.6.1: version "15.6.1" resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.6.1.tgz#36644453564255ddda391191fb3a125cbdf654ca" @@ -7743,6 +7736,13 @@ prop-types@^15.6.1: loose-envify "^1.3.1" object-assign "^4.1.1" +prop-types@^15.6.2: + version "15.6.2" + resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.6.2.tgz#05d5ca77b4453e985d60fc7ff8c859094a497102" + dependencies: + loose-envify "^1.3.1" + object-assign "^4.1.1" + proxy-addr@~2.0.3: version "2.0.3" resolved "https://registry.yarnpkg.com/proxy-addr/-/proxy-addr-2.0.3.tgz#355f262505a621646b3130a728eb647e22055341" @@ -8066,12 +8066,6 @@ react-select@2.0.0: react-input-autosize "^2.2.1" react-transition-group "^2.2.1" -react-sticky-el@^1.0.20: - version "1.0.20" - resolved "https://registry.yarnpkg.com/react-sticky-el/-/react-sticky-el-1.0.20.tgz#b3c5e7128218633f440dc67aec239d1cd078342d" - dependencies: - prop-types ">=15.5.10" - react-transition-group@^2.2.1: version "2.2.1" resolved "https://registry.yarnpkg.com/react-transition-group/-/react-transition-group-2.2.1.tgz#e9fb677b79e6455fd391b03823afe84849df4a10"