diff options
Diffstat (limited to 'frontend/src/views/Connections.js')
-rw-r--r-- | frontend/src/views/Connections.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/src/views/Connections.js b/frontend/src/views/Connections.js index 400f4e0..1eeaede 100644 --- a/frontend/src/views/Connections.js +++ b/frontend/src/views/Connections.js @@ -25,7 +25,7 @@ class Connections extends Component { this.handleScroll = this.handleScroll.bind(this); } - + componentDidMount() { this.loadConnections({limit: this.queryLimit, hidden: this.state.showHidden}); } |