style: display private

style changes to display private events
This commit is contained in:
cv
2021-06-10 21:00:53 +02:00
parent 3bb1292a90
commit 256c33393c
3 changed files with 32 additions and 12 deletions
@@ -32,8 +32,6 @@ export default function Paginator(props) {
// if array is completely in past, show depending on SCROLL_PAST
}, [events, selPage, LIMIT_PER_PAGE]);
console.log('debug events', events);
// every SCROLL_TIME go to the next array
useInterval(() => {
if (numEvents > LIMIT_PER_PAGE) {