This commit is contained in:
srgooglo 2022-06-04 06:23:28 +02:00
parent e6e97a8de1
commit ff152555b2

View File

@ -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],
})