Fixing bad merge
Этот коммит содержится в:
@@ -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
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user