mirror of
https://github.com/git-touch/git-touch
synced 2024-12-13 17:08:49 +01:00
fix: show repo owner at user stars screen
This commit is contained in:
parent
f580d4b96c
commit
0b57a59392
@ -63,7 +63,7 @@ class _ReposScreenState extends State<ReposScreen> {
|
||||
title: Text('$login\'s $title'),
|
||||
onRefresh: () => _queryRepos(),
|
||||
onLoadMore: (cursor) => _queryRepos(cursor),
|
||||
itemBuilder: (payload) => RepoItem(payload, showOwner: false),
|
||||
itemBuilder: (payload) => RepoItem(payload, showOwner: widget.star),
|
||||
);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user