diff --git a/package.json b/package.json
index 3f45b10e0..7e6933d8b 100644
--- a/package.json
+++ b/package.json
@@ -140,7 +140,7 @@
"imagesloaded": "^4.1.4",
"json-loader": "^0.5.4",
"lbry-format": "https://github.com/lbryio/lbry-format.git",
- "lbry-redux": "lbryio/lbry-redux#0f8bc23bf38f9d2197d2a28e2499be52dc5c1f92",
+ "lbry-redux": "lbryio/lbry-redux#ce9f720bbd978d7574ab072771aa85ff5a83e2fc",
"lbryinc": "lbryio/lbryinc#eee2cb730ecec95a1344a755035755b0d4dad5cf",
"lint-staged": "^7.0.2",
"localforage": "^1.7.1",
diff --git a/ui/component/searchTopClaim/view.jsx b/ui/component/searchTopClaim/view.jsx
index cc326c074..415f9e5cb 100644
--- a/ui/component/searchTopClaim/view.jsx
+++ b/ui/component/searchTopClaim/view.jsx
@@ -73,10 +73,6 @@ export default function SearchTopClaim(props: Props) {
}
}, [doResolveUris, uriFromQuery, channelUriFromQuery]);
- // if (winningUri && !winningClaim && isResolvingWinningUri) {
- // return null;
- // }
-
return (
{winningUri && (
diff --git a/ui/page/repost/view.jsx b/ui/page/repost/view.jsx
index 8f7c920aa..b1e2e1023 100644
--- a/ui/page/repost/view.jsx
+++ b/ui/page/repost/view.jsx
@@ -6,8 +6,6 @@ import RepostCreate from 'component/repostCreate';
import YrblWalletEmpty from 'component/yrblWalletEmpty';
import useThrottle from 'effects/use-throttle';
import classnames from 'classnames';
-import Base64 from 'crypto-js/enc-base64';
-import sha256 from 'crypto-js/sha256';
type Props = {
balance: number,
@@ -32,8 +30,6 @@ function RepostPage(props: Props) {
const throttledContentValue = useThrottle(contentUri, 500);
const throttledRepostValue = useThrottle(repostUri, 500);
- console.log('hash', Base64.stringify(sha256(undefined)));
-
React.useEffect(() => {
if (throttledContentValue) {
resolveUri(throttledContentValue);
diff --git a/yarn.lock b/yarn.lock
index e9323cbfa..70d01c31b 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -7328,9 +7328,9 @@ lazy-val@^1.0.4:
yargs "^13.2.2"
zstd-codec "^0.1.1"
-lbry-redux@lbryio/lbry-redux#0f8bc23bf38f9d2197d2a28e2499be52dc5c1f92:
+lbry-redux@lbryio/lbry-redux#ce9f720bbd978d7574ab072771aa85ff5a83e2fc:
version "0.0.1"
- resolved "https://codeload.github.com/lbryio/lbry-redux/tar.gz/0f8bc23bf38f9d2197d2a28e2499be52dc5c1f92"
+ resolved "https://codeload.github.com/lbryio/lbry-redux/tar.gz/ce9f720bbd978d7574ab072771aa85ff5a83e2fc"
dependencies:
proxy-polyfill "0.1.6"
reselect "^3.0.0"