summaryrefslogtreecommitdiffstats
path: root/web/react/stores/channel_store.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'web/react/stores/channel_store.jsx')
-rw-r--r--web/react/stores/channel_store.jsx4
1 files changed, 0 insertions, 4 deletions
diff --git a/web/react/stores/channel_store.jsx b/web/react/stores/channel_store.jsx
index 340ce9922..f6b8fecd4 100644
--- a/web/react/stores/channel_store.jsx
+++ b/web/react/stores/channel_store.jsx
@@ -209,10 +209,6 @@ var ChannelStore = assign({}, EventEmitter.prototype, {
catch (err) {
}
- if (channels == null) {
- channels = [];
- }
-
return channels;
},
_storeExtraInfos: function(extraInfos) {