mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
Fix bad merge (#6796)
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user