diff --git a/web/react/components/post.jsx b/web/react/components/post.jsx index dedac8951f..c3c5b3e0b8 100644 --- a/web/react/components/post.jsx +++ b/web/react/components/post.jsx @@ -204,7 +204,6 @@ export default class Post extends React.Component { posts={posts} handleCommentClick={this.handleCommentClick} retryPost={this.retryPost} - resize={this.props.resize} /> );