reset post attachments on post prop change (#7158)

Этот коммит содержится в:
Chris
2017-08-09 13:24:45 -05:00
коммит произвёл GitHub
родитель d780ac6e27
Коммит 58b2bcd907

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

@@ -78,6 +78,7 @@ export default class PostBodyAdditionalContent extends React.PureComponent {
return (
<PostAttachmentList
attachments={attachments}
key={this.props.post.id}
/>
);
}