From e4492152c7536a7bd646f75e2748d21dd53577fa Mon Sep 17 00:00:00 2001 From: hmhealey Date: Thu, 4 Feb 2016 10:00:19 -0500 Subject: Fixed editing your last comment in the RHS --- web/react/components/create_comment.jsx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'web/react/components/create_comment.jsx') diff --git a/web/react/components/create_comment.jsx b/web/react/components/create_comment.jsx index 1b552838a..8c49315e7 100644 --- a/web/react/components/create_comment.jsx +++ b/web/react/components/create_comment.jsx @@ -202,8 +202,7 @@ class CreateComment extends React.Component { if (e.keyCode === KeyCodes.UP && this.state.messageText === '') { e.preventDefault(); - const channelId = ChannelStore.getCurrentId(); - const lastPost = PostStore.getCurrentUsersLatestPost(channelId, this.props.rootId); + const lastPost = PostStore.getCurrentUsersLatestPost(this.props.channelId, this.props.rootId); if (!lastPost) { return; } @@ -402,4 +401,4 @@ CreateComment.propTypes = { rootId: React.PropTypes.string.isRequired }; -export default injectIntl(CreateComment); \ No newline at end of file +export default injectIntl(CreateComment); -- cgit v1.2.3-1-g7c22