summaryrefslogtreecommitdiffstats
path: root/webapp/components/create_comment.jsx
diff options
context:
space:
mode:
authorenahum <nahumhbl@gmail.com>2016-12-06 12:22:19 -0300
committerJoram Wilander <jwawilander@gmail.com>2016-12-06 10:22:19 -0500
commit4df1ad2b28a660b1a0b96869701ffb0b9f0a6219 (patch)
treed9c5377b31d92e01a840e987051d22fb2f44ac24 /webapp/components/create_comment.jsx
parentb477e384d86e9233aed55448598352d2c42a1525 (diff)
downloadchat-4df1ad2b28a660b1a0b96869701ffb0b9f0a6219.tar.gz
chat-4df1ad2b28a660b1a0b96869701ffb0b9f0a6219.tar.bz2
chat-4df1ad2b28a660b1a0b96869701ffb0b9f0a6219.zip
PLT-4859 Email notifications sent when email notifications set to never (#4711)
Diffstat (limited to 'webapp/components/create_comment.jsx')
-rw-r--r--webapp/components/create_comment.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/webapp/components/create_comment.jsx b/webapp/components/create_comment.jsx
index 543aef202..a235691b4 100644
--- a/webapp/components/create_comment.jsx
+++ b/webapp/components/create_comment.jsx
@@ -490,5 +490,5 @@ export default class CreateComment extends React.Component {
CreateComment.propTypes = {
channelId: React.PropTypes.string.isRequired,
rootId: React.PropTypes.string.isRequired,
- latestPostId: React.PropTypes.string.isRequired
+ latestPostId: React.PropTypes.string
};