Skip to content

Commit 7371017

Browse files
authored
increased displayed words from 10->15
1 parent 2e9f0c0 commit 7371017

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/DropdownMenu.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ function AnotherComponent(props) {
3737

3838
const selectedGenre = props.genre
3939

40-
const myList = words[selectedGenre].slice(0,10);
40+
const myList = words[selectedGenre].slice(0,15);
4141

4242
console.log(props)
4343

0 commit comments

Comments
 (0)