diff --git a/packages/app/src/components/PostsFeed/index.jsx b/packages/app/src/components/PostsFeed/index.jsx index b42fabe1..92457b4a 100644 --- a/packages/app/src/components/PostsFeed/index.jsx +++ b/packages/app/src/components/PostsFeed/index.jsx @@ -94,7 +94,6 @@ export default class PostsFeed extends React.Component { } insert = async (data) => { - // insert at the top, but without firing react lifecycle await this.setState({ renderList: [this.getPostRender(data), ...this.state.renderList], })