Fix some JS errors (#6811)
Этот коммит содержится в:
коммит произвёл
Corey Hulen
родитель
5507154992
Коммит
6e5b1b7cd4
@@ -71,7 +71,7 @@ class PostStoreClass extends EventEmitter {
|
||||
}
|
||||
|
||||
getLatestReplyablePost(channelId) {
|
||||
const postIds = getState().entities.posts.postsInChannel[channelId];
|
||||
const postIds = getState().entities.posts.postsInChannel[channelId] || [];
|
||||
const posts = getState().entities.posts.posts;
|
||||
|
||||
for (const postId of postIds) {
|
||||
|
||||
Ссылка в новой задаче
Block a user