Этот коммит содержится в:
Christopher Speller
2015-11-12 15:25:41 -05:00
родитель f8a4238cc4
Коммит a2679ebf91

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

@@ -31,7 +31,7 @@ export default class PostBody extends React.Component {
this.state = { this.state = {
links: linkData.links, links: linkData.links,
message: linkData.text, message: linkData.text,
post: this.props.post post: this.props.post,
hasUserProfiles: profiles && Object.keys(profiles).length > 1 hasUserProfiles: profiles && Object.keys(profiles).length > 1
}; };
} }