summaryrefslogtreecommitdiff
path: root/src/components/List.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/List.js')
-rw-r--r--src/components/List.js1
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}
/>