Skip to content

Commit

Permalink
commit bug
Browse files Browse the repository at this point in the history
  • Loading branch information
fchabouis committed Jun 28, 2019
1 parent 4d81d95 commit da6d9d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/Home.vue
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ export default {
const shuffled = response.data
.map(el => el.word)
.sort(() => 0.5 - Math.random());
vm.targetTextList = shuffled.slice(0, 2);
vm.targetTextList = shuffled.slice(0, 15);
})
.catch(function(error) {
vm.targetTextList = [];
Expand Down

0 comments on commit da6d9d2

Please sign in to comment.