There was an error while loading. Please reload this page.
1 parent 2e9f0c0 commit 7371017Copy full SHA for 7371017
components/DropdownMenu.js
@@ -37,7 +37,7 @@ function AnotherComponent(props) {
37
38
const selectedGenre = props.genre
39
40
- const myList = words[selectedGenre].slice(0,10);
+ const myList = words[selectedGenre].slice(0,15);
41
42
console.log(props)
43
0 commit comments