Skip to content

Commit

Permalink
update the num of streams to render at
Browse files Browse the repository at this point in the history
  • Loading branch information
codenamejason committed Mar 10, 2022
1 parent b4b73b5 commit 6cb0cd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-app/src/views/Home.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ export default function Home({
setData(results);

// Wait until list is almost fully loaded to render
if (results.length >= 24) {
if (results.length >= 20) {
setReady(true);
}
});
Expand Down

0 comments on commit 6cb0cd9

Please sign in to comment.