Changed clock icon in repeat posts to simple timestamp

Этот коммит содержится в:
Reed Garmsen
2016-02-01 14:30:16 -08:00
родитель fe39f2400f
Коммит 92816619cc
6 изменённых файлов: 31 добавлений и 24 удалений

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

@@ -214,6 +214,7 @@ export default class Post extends React.Component {
commentCount={commentCount}
handleCommentClick={this.handleCommentClick}
isLastComment={this.props.isLastComment}
sameUser={this.props.sameUser}
/>
<PostBody
post={post}