fix empty channel error

This commit is contained in:
jessop 2020-04-15 11:57:13 -04:00
parent 5ed02a3401
commit 43e2d803bf
3 changed files with 5 additions and 6 deletions

View file

@ -130,7 +130,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#07dff852f1529c242bb830a26d9603f81ac00954", "lbry-redux": "lbryio/lbry-redux#1bd142caa16e279d4cb446382291feae9226d8bd",
"lbryinc": "lbryio/lbryinc#12aefaa14343d2f3eac01f2683701f58e53f1848", "lbryinc": "lbryio/lbryinc#12aefaa14343d2f3eac01f2683701f58e53f1848",
"lint-staged": "^7.0.2", "lint-staged": "^7.0.2",
"localforage": "^1.7.1", "localforage": "^1.7.1",

View file

@ -1129,7 +1129,7 @@
"How much would you like to unlock?": "How much would you like to unlock?", "How much would you like to unlock?": "How much would you like to unlock?",
"A prudent choice": "A prudent choice", "A prudent choice": "A prudent choice",
"Join": "Join", "Join": "Join",
"Comrade Yrbl, we have a problem": "Comrade Yrbl, we have a problem", "Register": "Register",
"New History": "New History", "New History": "New History",
"Share on LinkedIn": "Share on LinkedIn", "Share on LinkedIn": "Share on LinkedIn",
"Embed this content": "Embed this content", "Embed this content": "Embed this content",
@ -1156,6 +1156,5 @@
"lbry": "lbry", "lbry": "lbry",
"Default": "Default", "Default": "Default",
"Amount (LBC)": "Amount (LBC)", "Amount (LBC)": "Amount (LBC)",
"Register": "Register",
"Successfully unlocked your tip!": "Successfully unlocked your tip!" "Successfully unlocked your tip!": "Successfully unlocked your tip!"
} }

View file

@ -6139,9 +6139,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#07dff852f1529c242bb830a26d9603f81ac00954: lbry-redux@lbryio/lbry-redux#1bd142caa16e279d4cb446382291feae9226d8bd:
version "0.0.1" version "0.0.1"
resolved "https://codeload.github.com/lbryio/lbry-redux/tar.gz/07dff852f1529c242bb830a26d9603f81ac00954" resolved "https://codeload.github.com/lbryio/lbry-redux/tar.gz/1bd142caa16e279d4cb446382291feae9226d8bd"
dependencies: dependencies:
proxy-polyfill "0.1.6" proxy-polyfill "0.1.6"
reselect "^3.0.0" reselect "^3.0.0"