Skip to content

Commit

Permalink
おすすめユーザーの表示数を増やす
Browse files Browse the repository at this point in the history
  • Loading branch information
mei23 committed May 15, 2019
1 parent 4f9128b commit 7b7f2b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/app/common/views/pages/explore.vue
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ export default Vue.extend({
limit: 10
}),
recommendedUsers: () => this.$root.api('users/recommendation', {
limit: 3,
limit: 10,
}),
popularUsers: () => this.$root.api('users', {
state: 'alive',
Expand Down

0 comments on commit 7b7f2b6

Please sign in to comment.