mirror of
https://github.com/pd4d10/git-touch.git
synced 2026-03-24 12:02:33 -05:00
fix: show repo owner at user stars screen
This commit is contained in:
@@ -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),
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user