changes, bump
This commit is contained in:
parent
c6a1a7539a
commit
ad420670a7
4 changed files with 3 additions and 11 deletions
|
@ -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",
|
||||
|
|
|
@ -73,10 +73,6 @@ export default function SearchTopClaim(props: Props) {
|
|||
}
|
||||
}, [doResolveUris, uriFromQuery, channelUriFromQuery]);
|
||||
|
||||
// if (winningUri && !winningClaim && isResolvingWinningUri) {
|
||||
// return null;
|
||||
// }
|
||||
|
||||
return (
|
||||
<div className="search__header">
|
||||
{winningUri && (
|
||||
|
|
|
@ -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);
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue