From fceade857ecccad6884fe03a973215bd9df1a1e7 Mon Sep 17 00:00:00 2001 From: Wes Bos Date: Wed, 16 May 2018 13:53:07 -0400 Subject: simplyfyyyy --- frontend/components/Pagination.js | 1 - 1 file changed, 1 deletion(-) (limited to 'frontend/components/Pagination.js') diff --git a/frontend/components/Pagination.js b/frontend/components/Pagination.js index d56b100..380026d 100644 --- a/frontend/components/Pagination.js +++ b/frontend/components/Pagination.js @@ -37,7 +37,6 @@ const Pagination = props => ( const { aggregate } = data.itemsConnection; const { page } = props; const pages = Math.ceil(aggregate.count / perPage); - // TODO prefetch this return (