mirror of
https://github.com/pd4d10/git-touch.git
synced 2026-04-28 18:39:26 -05:00
fix: router path typo
This commit is contained in:
@@ -246,7 +246,7 @@ final router = GoRouter(
|
||||
],
|
||||
),
|
||||
GoRoute(
|
||||
path: 'pulls',
|
||||
path: 'pull',
|
||||
builder: (context, state) => GhPullsScreen(
|
||||
state.params['owner']!,
|
||||
state.params['name']!,
|
||||
|
||||
Reference in New Issue
Block a user