pagination fix

This commit is contained in:
Yulia Shanyrova 2022-06-08 14:28:59 +02:00
parent af171a7bae
commit ef92ec8aea

View file

@ -33,7 +33,7 @@ import styles from './CloudPage.module.css';
const cx = cn.bind(styles);
interface CloudPageProps extends WithStoreProps {}
const ITEMS_PER_PAGE = 1;
const ITEMS_PER_PAGE = 50;
const CloudPage = observer((props: CloudPageProps) => {
const store = useStore();