mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-10 02:54:15 +00:00
fix fetchingData
is on false by default
This commit is contained in:
parent
bef9d7552f
commit
a0f641957f
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user