Merge pull request #3997 from lbryio/fix-NullChannelError
fix empty channel error
This commit is contained in:
commit
ffd39c25af
3 changed files with 5 additions and 6 deletions
|
@ -130,7 +130,7 @@
|
|||
"imagesloaded": "^4.1.4",
|
||||
"json-loader": "^0.5.4",
|
||||
"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",
|
||||
"lint-staged": "^7.0.2",
|
||||
"localforage": "^1.7.1",
|
||||
|
|
|
@ -1129,7 +1129,7 @@
|
|||
"How much would you like to unlock?": "How much would you like to unlock?",
|
||||
"A prudent choice": "A prudent choice",
|
||||
"Join": "Join",
|
||||
"Comrade Yrbl, we have a problem": "Comrade Yrbl, we have a problem",
|
||||
"Register": "Register",
|
||||
"New History": "New History",
|
||||
"Share on LinkedIn": "Share on LinkedIn",
|
||||
"Embed this content": "Embed this content",
|
||||
|
@ -1156,6 +1156,5 @@
|
|||
"lbry": "lbry",
|
||||
"Default": "Default",
|
||||
"Amount (LBC)": "Amount (LBC)",
|
||||
"Register": "Register",
|
||||
"Successfully unlocked your tip!": "Successfully unlocked your tip!"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -6139,9 +6139,9 @@ lazy-val@^1.0.4:
|
|||
yargs "^13.2.2"
|
||||
zstd-codec "^0.1.1"
|
||||
|
||||
lbry-redux@lbryio/lbry-redux#07dff852f1529c242bb830a26d9603f81ac00954:
|
||||
lbry-redux@lbryio/lbry-redux#1bd142caa16e279d4cb446382291feae9226d8bd:
|
||||
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:
|
||||
proxy-polyfill "0.1.6"
|
||||
reselect "^3.0.0"
|
||||
|
|
Loading…
Reference in a new issue