mirror of
https://github.com/pd4d10/git-touch.git
synced 2026-04-28 10:28:58 -05:00
refactor: drop unused orgrepo query
This commit is contained in:
@@ -120,7 +120,6 @@ final router = GoRouter(
|
||||
case 'stars':
|
||||
return GhStars(login);
|
||||
case 'repositories':
|
||||
case 'orgrepo':
|
||||
return GhRepos(login);
|
||||
case 'organizations':
|
||||
return GhOrgs(login);
|
||||
|
||||
@@ -207,7 +207,7 @@ class _Org extends StatelessWidget {
|
||||
EntryItem(
|
||||
count: p!.pinnableItems.totalCount,
|
||||
text: AppLocalizations.of(context)!.repositories,
|
||||
url: '/github/${p!.login}?tab=orgrepo',
|
||||
url: '/github/${p!.login}?tab=repositories',
|
||||
),
|
||||
EntryItem(
|
||||
count: p!.membersWithRole.totalCount,
|
||||
|
||||
Reference in New Issue
Block a user