diff --git a/package.json b/package.json index f93cf526b..1569deac7 100644 --- a/package.json +++ b/package.json @@ -171,7 +171,6 @@ "react-router-dom": "^5.1.0", "react-simplemde-editor": "^4.0.0", "react-spring": "^8.0.20", - "react-sticky-box": "^0.8.0", "reakit": "^1.0.0-beta.13", "redux": "^3.6.0", "redux-persist": "^5.10.0", diff --git a/ui/component/header/view.jsx b/ui/component/header/view.jsx index 5909a7e89..464110b06 100644 --- a/ui/component/header/view.jsx +++ b/ui/component/header/view.jsx @@ -2,7 +2,7 @@ import * as ICONS from 'constants/icons'; import { SETTINGS } from 'lbry-redux'; import * as PAGES from 'constants/pages'; -import React, { Fragment } from 'react'; +import React from 'react'; import { withRouter } from 'react-router'; import classnames from 'classnames'; import Button from 'component/button'; @@ -206,14 +206,17 @@ const Header = (props: Props) => { ) : ( <>