Skip to content

Commit 97c7845

Browse files
committed
Remove extra parameter
1 parent 3608b28 commit 97c7845

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ export class App {
1818
.config('/home', Home)
1919
.then((_) => router.config('/login', Login, 'login'))
2020
.then((_) => router.config('/signup', Signup, 'signup'))
21-
.then((_) => router.navigate('/home', 'home'))
21+
.then((_) => router.navigate('/home'))
2222
}
2323
}

0 commit comments

Comments
 (0)