-
diff --git a/src/ui/component/selectChannel/view.jsx b/src/ui/component/selectChannel/view.jsx
index 5d9eb6ae8..dec2e2491 100644
--- a/src/ui/component/selectChannel/view.jsx
+++ b/src/ui/component/selectChannel/view.jsx
@@ -47,7 +47,7 @@ class ChannelSection extends React.PureComponent {
}
componentDidMount() {
- const { channels, fetchChannelListMine, fetchingChannels } = this.props;
+ const { channels = [], fetchChannelListMine, fetchingChannels } = this.props;
if (!channels.length && !fetchingChannels) {
fetchChannelListMine();
}
@@ -165,11 +165,12 @@ class ChannelSection extends React.PureComponent {
value={channel}
>
- {channels.map(({ name }) => (
-
- ))}
+ {channels &&
+ channels.map(({ name }) => (
+
+ ))}
diff --git a/static/locales/en.json b/static/locales/en.json
index 412602c55..f42fc68ef 100644
--- a/static/locales/en.json
+++ b/static/locales/en.json
@@ -702,5 +702,8 @@
"For users with good bandwidth, try a higher value to improve streaming and download speeds. Low bandwidth users may benefit from a lower setting. Default is 4.": "For users with good bandwidth, try a higher value to improve streaming and download speeds. Low bandwidth users may benefit from a lower setting. Default is 4.",
"This will clear the application cache. Your wallet will not be affected. Currently, followed tags and blocked channels will be cleared.": "This will clear the application cache. Your wallet will not be affected. Currently, followed tags and blocked channels will be cleared.",
"Show All": "Show All",
- "Get ??? LBC": "Get ??? LBC"
+ "Get ??? LBC": "Get ??? LBC",
+ "to fix it. If that doesn't work, press CMD/CTRL-R to reset to the homepage.": "to fix it. If that doesn't work, press CMD/CTRL-R to reset to the homepage.",
+ "LBRY names cannot contain spaces or reserved symbols ($#@;/\"<>%{}|^~[]`)": "LBRY names cannot contain spaces or reserved symbols ($#@;/\"<>%{}|^~[]`)",
+ "Creating channel...": "Creating channel..."
}
\ No newline at end of file
diff --git a/yarn.lock b/yarn.lock
index eaef3ed01..46f88806e 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -6894,9 +6894,9 @@ lazy-val@^1.0.3, lazy-val@^1.0.4:
yargs "^13.2.2"
zstd-codec "^0.1.1"
-lbry-redux@lbryio/lbry-redux#2b3a5a59907f34d4e1c005c4696282b58d626242:
+lbry-redux@lbryio/lbry-redux#6bd56492ad15a0e761b087db29a5441e9b9a04f0:
version "0.0.1"
- resolved "https://codeload.github.com/lbryio/lbry-redux/tar.gz/2b3a5a59907f34d4e1c005c4696282b58d626242"
+ resolved "https://codeload.github.com/lbryio/lbry-redux/tar.gz/6bd56492ad15a0e761b087db29a5441e9b9a04f0"
dependencies:
proxy-polyfill "0.1.6"
reselect "^3.0.0"