diff --git a/package.json b/package.json index 6826b3296..9b31e806e 100644 --- a/package.json +++ b/package.json @@ -157,7 +157,7 @@ "imagesloaded": "^4.1.4", "json-loader": "^0.5.4", "lbry-format": "https://github.com/lbryio/lbry-format.git", - "lbry-redux": "lbryio/lbry-redux#32b578707116d45f5b51b7ab523d200e75668676", + "lbry-redux": "lbryio/lbry-redux#0f930c4a7bfc7f164e6b3c6044050c1bc73f6ab8", "lbryinc": "lbryio/lbryinc#0b4e41ef90d6347819dd3453f2f9398a5c1b4f36", "lint-staged": "^7.0.2", "localforage": "^1.7.1", diff --git a/ui/component/fileTitleSection/view.jsx b/ui/component/fileTitleSection/view.jsx index 3b641a133..dc57e8119 100644 --- a/ui/component/fileTitleSection/view.jsx +++ b/ui/component/fileTitleSection/view.jsx @@ -12,7 +12,6 @@ import Icon from 'component/common/icon'; import I18nMessage from 'component/i18nMessage'; import Button from 'component/button'; import FileDescription from 'component/fileDescription'; -import usePersistedState from 'effects/use-persisted-state'; import { ENABLE_MATURE } from 'config'; type Props = { @@ -41,7 +40,6 @@ function FileTitleSection(props: Props) { channelClaimId, fetchSubCount, } = props; - const [hasAcknowledgedSec, setHasAcknowledgedSec] = usePersistedState('sec-nag', false); React.useEffect(() => { if (channelClaimId) { @@ -51,16 +49,6 @@ function FileTitleSection(props: Props) { return ( <> - {!hasAcknowledgedSec && ( -