1
0
mirror of https://github.com/git-touch/git-touch synced 2024-12-16 10:20:55 +01:00

fix: trending data compatibale

This commit is contained in:
Rongjian Zhang 2019-12-07 14:43:35 +08:00
parent 4f382bde68
commit a9787d38a3

View File

@ -35,8 +35,8 @@ class TrendingScreen extends StatelessWidget {
item.name,
item.description,
Octicons.repo,
item.stars,
item.forks,
item.stars ?? 0,
item.forks ?? 0,
item.language,
item.languageColor,
(_) => RepositoryScreen(item.author, item.name),