mirror of
https://github.com/git-touch/git-touch
synced 2025-03-04 19:27:40 +01:00
fix: router path typo
This commit is contained in:
parent
e5929aa1b8
commit
606370a85e
@ -246,7 +246,7 @@ final router = GoRouter(
|
||||
],
|
||||
),
|
||||
GoRoute(
|
||||
path: 'pulls',
|
||||
path: 'pull',
|
||||
builder: (context, state) => GhPullsScreen(
|
||||
state.params['owner']!,
|
||||
state.params['name']!,
|
||||
|
Loading…
x
Reference in New Issue
Block a user