delete eslint-disable

This commit is contained in:
Adrian Charkiewicz 2023-04-14 13:46:41 +02:00
parent e6955508ef
commit 705a50ec48

View File

@ -86,7 +86,6 @@ const RENDER_DEADLINE_TIME = (time) => {
}
return '';
};
/* eslint-disable */
const NEXT_PAGE = (elements, pageNr, setPageNr) => {
if (pageNr !== CALC_PAGES(elements ? elements : [])) {
let newPage = pageNr + 1;