Fix bad merge (#6796)
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
3cd8057d28
Коммит
fcc9a8e6ae
@@ -78,7 +78,7 @@ export default class CreatePost extends React.Component {
|
||||
|
||||
const channel = ChannelStore.getCurrent();
|
||||
const channelId = channel.id;
|
||||
const draft = PostStore.getPostDraft(channelId);
|
||||
const draft = PostStore.getDraft(channelId);
|
||||
const stats = ChannelStore.getCurrentStats();
|
||||
const members = stats.member_count - 1;
|
||||
|
||||
|
||||
Ссылка в новой задаче
Block a user