diff options
author | Ernst Widerberg <ernstwi@kth.se> | 2021-10-18 11:24:17 +0200 |
---|---|---|
committer | Ernst Widerberg <ernstwi@kth.se> | 2021-10-18 11:24:17 +0200 |
commit | 8f5fb8e9999175619d533db5e2bc3e2a0e527d79 (patch) | |
tree | ff34ca05f57c80657bf87566082711686d84ccd3 /src/components/List.js | |
parent | 40500d46b8a9724a54dc4be6be027d49aa610b56 (diff) |
Diffstat (limited to 'src/components/List.js')
-rw-r--r-- | src/components/List.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/components/List.js b/src/components/List.js index b463102..e0002ec 100644 --- a/src/components/List.js +++ b/src/components/List.js @@ -100,7 +100,6 @@ class List extends React.Component { <div id="pagination"> <Pagination activePage={this.state.page} - // totalPages={this.totalPages()} totalPages={this.state.totalPages} onPageChange={this.setPage} /> |