Remove TODOs that now have tickets (#4935)

Этот коммит содержится в:
Joram Wilander
2017-01-03 09:39:29 -05:00
коммит произвёл enahum
родитель 2c71982f60
Коммит 8bd50724a6
3 изменённых файлов: 0 добавлений и 3 удалений

Просмотреть файл

@@ -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]) {