Add set-specific history tracking for group owners
This commit is contained in:
@@ -128,7 +128,7 @@ class App extends React.Component {
|
||||
};
|
||||
|
||||
this.page = {
|
||||
loaded: !this.state.pageLoading,
|
||||
loaded: () => !this.state.pageLoading,
|
||||
load: () => {
|
||||
this.setState({
|
||||
pageLoading: false,
|
||||
|
||||
Reference in New Issue
Block a user