fix fetchingData is on false by default

This commit is contained in:
srgooglo 2022-06-06 16:09:34 +02:00
parent bef9d7552f
commit a0f641957f

View File

@ -25,9 +25,9 @@ export default class PostsFeed extends React.Component {
state = {
selfId: null,
initialLoading: true,
renderList: [],
fetchingData: false,
fetchingData: true,
hasMorePosts: true,
renderList: [],
}
api = window.app.request