changes, bump

This commit is contained in:
zeppi 2020-12-28 14:12:59 -05:00 committed by Sean Yesmunt
parent c6a1a7539a
commit ad420670a7
4 changed files with 3 additions and 11 deletions

View file

@ -140,7 +140,7 @@
"imagesloaded": "^4.1.4", "imagesloaded": "^4.1.4",
"json-loader": "^0.5.4", "json-loader": "^0.5.4",
"lbry-format": "https://github.com/lbryio/lbry-format.git", "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", "lbryinc": "lbryio/lbryinc#eee2cb730ecec95a1344a755035755b0d4dad5cf",
"lint-staged": "^7.0.2", "lint-staged": "^7.0.2",
"localforage": "^1.7.1", "localforage": "^1.7.1",

View file

@ -73,10 +73,6 @@ export default function SearchTopClaim(props: Props) {
} }
}, [doResolveUris, uriFromQuery, channelUriFromQuery]); }, [doResolveUris, uriFromQuery, channelUriFromQuery]);
// if (winningUri && !winningClaim && isResolvingWinningUri) {
// return null;
// }
return ( return (
<div className="search__header"> <div className="search__header">
{winningUri && ( {winningUri && (

View file

@ -6,8 +6,6 @@ import RepostCreate from 'component/repostCreate';
import YrblWalletEmpty from 'component/yrblWalletEmpty'; import YrblWalletEmpty from 'component/yrblWalletEmpty';
import useThrottle from 'effects/use-throttle'; import useThrottle from 'effects/use-throttle';
import classnames from 'classnames'; import classnames from 'classnames';
import Base64 from 'crypto-js/enc-base64';
import sha256 from 'crypto-js/sha256';
type Props = { type Props = {
balance: number, balance: number,
@ -32,8 +30,6 @@ function RepostPage(props: Props) {
const throttledContentValue = useThrottle(contentUri, 500); const throttledContentValue = useThrottle(contentUri, 500);
const throttledRepostValue = useThrottle(repostUri, 500); const throttledRepostValue = useThrottle(repostUri, 500);
console.log('hash', Base64.stringify(sha256(undefined)));
React.useEffect(() => { React.useEffect(() => {
if (throttledContentValue) { if (throttledContentValue) {
resolveUri(throttledContentValue); resolveUri(throttledContentValue);

View file

@ -7328,9 +7328,9 @@ lazy-val@^1.0.4:
yargs "^13.2.2" yargs "^13.2.2"
zstd-codec "^0.1.1" zstd-codec "^0.1.1"
lbry-redux@lbryio/lbry-redux#0f8bc23bf38f9d2197d2a28e2499be52dc5c1f92: lbry-redux@lbryio/lbry-redux#ce9f720bbd978d7574ab072771aa85ff5a83e2fc:
version "0.0.1" 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: dependencies:
proxy-polyfill "0.1.6" proxy-polyfill "0.1.6"
reselect "^3.0.0" reselect "^3.0.0"