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:
parent
4f382bde68
commit
a9787d38a3
@ -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),
|
||||
|
Loading…
Reference in New Issue
Block a user