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 = { state = {
selfId: null, selfId: null,
initialLoading: true, initialLoading: true,
renderList: [], fetchingData: true,
fetchingData: false,
hasMorePosts: true, hasMorePosts: true,
renderList: [],
} }
api = window.app.request api = window.app.request