Этот коммит содержится в:
Joram Wilander
2017-06-29 10:14:51 -04:00
коммит произвёл 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;