Skip to content

Commit

Permalink
chore(example): add more elements
Browse files Browse the repository at this point in the history
  • Loading branch information
pierpo committed Feb 14, 2024
1 parent 5c33908 commit 15591f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/example/src/modules/program/view/ProgramList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export const ProgramList = ({
);
const theme = useTheme();

const programInfos = useMemo(() => getPrograms(10), []);
const programInfos = useMemo(() => getPrograms(1000), []);

return (
<Container style={containerStyle}>
Expand Down

0 comments on commit 15591f0

Please sign in to comment.