Discover demo catalog size changed

This commit is contained in:
NikolaBorislavovHristov 2019-05-21 16:15:24 +03:00
parent bc8e1cd6f2
commit f7f1cfe0dd

View file

@ -2,7 +2,7 @@ const React = require('react');
const useCatalog = () => {
return React.useMemo(() => {
return Array(2224).fill(null).map((_, index) => ({
return Array(303).fill(null).map((_, index) => ({
id: `tt${index}`,
type: 'movie',
name: 'Stremio demo item',