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 = {
|
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user