Skip to content

Commit

Permalink
- Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
supriyaamisshra committed Mar 1, 2022
1 parent fdd05c9 commit 382d37f
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 @@ -81,7 +81,7 @@ export default function Home({
}
setData(copy);

// Wait until list is almost fully loaded to renderø
// Wait until list is almost fully loaded to render
if (copy.length >= 18) setReady(true);
}, [streams]);

Expand Down

0 comments on commit 382d37f

Please sign in to comment.