mirror of
https://github.com/wassname/talk.git
synced 2026-07-24 13:20:47 +08:00
Don't show spinner on fetchMore
This commit is contained in:
@@ -280,7 +280,7 @@ class ModerationContainer extends Component {
|
||||
}
|
||||
}
|
||||
|
||||
if (data.loading) {
|
||||
if (data.loading && data.networkStatus !== 3) {
|
||||
// loading.
|
||||
return <Spinner />;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user