summaryrefslogtreecommitdiffstats
path: root/webapp
diff options
context:
space:
mode:
authorJoram Wilander <jwawilander@gmail.com>2017-01-03 09:39:29 -0500
committerenahum <nahumhbl@gmail.com>2017-01-03 11:39:29 -0300
commit8bd50724a687d6d58f3373ac009d654666f15860 (patch)
treecb11ceab94aacc4a51048dca9e750e79b921170d /webapp
parent2c71982f6073b7b4d9ab4a2f56053415c2d3581c (diff)
downloadchat-8bd50724a687d6d58f3373ac009d654666f15860.tar.gz
chat-8bd50724a687d6d58f3373ac009d654666f15860.tar.bz2
chat-8bd50724a687d6d58f3373ac009d654666f15860.zip
Remove TODOs that now have tickets (#4935)
Diffstat (limited to 'webapp')
-rw-r--r--webapp/components/post_view/components/post_list.jsx1
1 files changed, 0 insertions, 1 deletions
diff --git a/webapp/components/post_view/components/post_list.jsx b/webapp/components/post_view/components/post_list.jsx
index 516487eaf..29358122b 100644
--- a/webapp/components/post_view/components/post_list.jsx
+++ b/webapp/components/post_view/components/post_list.jsx
@@ -68,7 +68,6 @@ export default class PostList extends React.Component {
}
componentWillReceiveProps(nextProps) {
- // TODO: Clean-up intro text creation
if (this.props.channel && this.props.channel.type === Constants.DM_CHANNEL) {
const teammateId = Utils.getUserIdFromChannelName(this.props.channel);
if (!this.props.profiles[teammateId] && nextProps.profiles[teammateId]) {