Fix bad merge (#6796)

This commit is contained in:
Joram Wilander
2017-06-29 10:14:51 -04:00
committed by GitHub
parent 3cd8057d28
commit fcc9a8e6ae

View File

@@ -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;