Skip to content

Commit b5f100c

Browse files
committed
Update RepoBadge.vue
1 parent 667734b commit b5f100c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/.vitepress/theme/repo/RepoBadge.vue

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -288,10 +288,9 @@ const buildContributorData = (repoSlug, commitsData, membersData) => {
288288
totalContributions: repoContribCount
289289
}
290290
})
291-
.filter((row) => row.totalContributions > 0)
292291
.sort((a, b) => b.totalContributions - a.totalContributions)
293292
294-
return [...recentRows, ...fallbackRows].slice(0, 12)
293+
return [...recentRows, ...fallbackRows]
295294
}
296295
297296
const updateRepoRank = (repoSlug, repoListData) => {

0 commit comments

Comments
 (0)