Skip to content

Commit a3c6ad5

Browse files
committed
Change back timeline number of pages to 100
1 parent b4cd13b commit a3c6ad5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/timeline-list/useTimelinePages.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import debounce from 'lodash/debounce';
77
import constants from '../commons/constants';
88
import {generateDay} from '../dateutils';
99

10-
const PAGES_COUNT = 30;
10+
const PAGES_COUNT = 100;
1111
export const NEAR_EDGE_THRESHOLD = 10;
1212
export const INITIAL_PAGE = Math.floor(PAGES_COUNT / 2);
1313

0 commit comments

Comments
 (0)