fix: router path typo

This commit is contained in:
Rongjian Zhang
2022-09-21 23:59:23 +08:00
parent e5929aa1b8
commit 606370a85e

View File

@@ -246,7 +246,7 @@ final router = GoRouter(
],
),
GoRoute(
path: 'pulls',
path: 'pull',
builder: (context, state) => GhPullsScreen(
state.params['owner']!,
state.params['name']!,