Converted DeletePostModal to React-Bootstrap

Этот коммит содержится в:
hmhealey
2015-11-13 12:20:33 -05:00
родитель 7b01528d17
Коммит a4267471a5
11 изменённых файлов: 140 добавлений и 97 удалений

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

@@ -194,7 +194,8 @@ export default class CreateComment extends React.Component {
title: 'Comment',
message: lastPost.message,
postId: lastPost.id,
channelId: lastPost.channel_id
channelId: lastPost.channel_id,
comments: PostStore.getCommentCount(lastPost)
});
}
}