From 6669268d4ffdbe52e06696079eb42dd37a9227b1 Mon Sep 17 00:00:00 2001 From: Piero Toffanin Date: Mon, 21 Nov 2016 15:52:27 -0500 Subject: [PATCH] Removed comment --- app/static/app/js/components/Paginated.jsx | 1 - 1 file changed, 1 deletion(-) diff --git a/app/static/app/js/components/Paginated.jsx b/app/static/app/js/components/Paginated.jsx index e0a7ab12..889673c1 100644 --- a/app/static/app/js/components/Paginated.jsx +++ b/app/static/app/js/components/Paginated.jsx @@ -5,7 +5,6 @@ import React from 'react'; super(); } - // Should be called after parent state is set setupPagination(itemsPerPage, totalItems){ let currentPage = 1; if (this.state.pagination && this.state.pagination.currentPage !== undefined){