refract: cleanup unused

This commit is contained in:
cv
2021-10-24 22:00:51 +02:00
parent 33d8cbef08
commit 4f5d13214b
3 changed files with 0 additions and 10 deletions
@@ -7,7 +7,6 @@ export default function Paginator(props) {
const { events, selectedId } = props;
const LIMIT_PER_PAGE = props.limit || 8;
const SCROLL_TIME = props.time * 1000 || 10000;
const SCROLL_PAST = false;
const [numEvents, setNumEvents] = useState(0);
const [page, setPage] = useState([]);
const [pages, setPages] = useState(0);