mirror of
https://github.com/pd4d10/git-touch.git
synced 2026-04-27 02:57:57 -05:00
fix: repo item link
This commit is contained in:
@@ -124,14 +124,14 @@ class RepoItem extends StatelessWidget {
|
||||
);
|
||||
|
||||
if (inRepoScreen) {
|
||||
return widget;
|
||||
} else {
|
||||
// TODO: text style
|
||||
return Link(
|
||||
screenBuilder: (_) =>
|
||||
RepoScreen(payload['owner']['login'], payload['name']),
|
||||
child: widget,
|
||||
);
|
||||
} else {
|
||||
return widget;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user