We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e2e6286 + cb794b6 commit 1c98690Copy full SHA for 1c98690
1 file changed
src/cards/ReposCard.js
@@ -150,6 +150,7 @@ function ReposCard({ analyticsTag, icon, withAds }) {
150
t => !t.githubValues ? false : githubApi.getTrending(t.githubValues[0], since)
151
)
152
let values = await Promise.all(promises)
153
+ values = values.filter(Boolean)
154
const nbrTags = values.length
155
let minLength = Math.min(...values.map(v => v.length))
156
const data = []
0 commit comments