From d4ec6d3bf42d257851304fe9588f2db8bbbefa13 Mon Sep 17 00:00:00 2001 From: Christopher Speller Date: Mon, 2 Nov 2015 10:32:00 -0500 Subject: Removing useless resize alert function in PostBody --- web/react/components/post.jsx | 4 +--- web/react/components/post_body.jsx | 4 +--- web/react/components/posts_view.jsx | 4 ---- 3 files changed, 2 insertions(+), 10 deletions(-) (limited to 'web') diff --git a/web/react/components/post.jsx b/web/react/components/post.jsx index dedac8951..c3c5b3e0b 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} /> ); -- cgit v1.2.3-1-g7c22