lbry-desktop/ui/constants/transaction_list.js

3 lines
78 B
JavaScript

// PAGE SIZE
export const PAGE_SIZE = 50;
export const LATEST_PAGE_SIZE = 20;