summaryrefslogtreecommitdiffstats
path: root/webapp/components/post_view/post_view_cache.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/components/post_view/post_view_cache.jsx')
-rw-r--r--webapp/components/post_view/post_view_cache.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/webapp/components/post_view/post_view_cache.jsx b/webapp/components/post_view/post_view_cache.jsx
index 13ce79d7f..8ed225e4b 100644
--- a/webapp/components/post_view/post_view_cache.jsx
+++ b/webapp/components/post_view/post_view_cache.jsx
@@ -67,7 +67,7 @@ export default class PostViewCache extends React.Component {
const channels = this.state.channels;
const currentChannelId = this.state.currentChannelId;
- let postViews = [];
+ const postViews = [];
for (let i = 0; i < channels.length; i++) {
postViews.push(
<PostViewController