reset post attachments on post prop change (#7158)

This commit is contained in:
Chris
2017-08-09 13:24:45 -05:00
committed by GitHub
parent d780ac6e27
commit 58b2bcd907

View File

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