Skip to content

Commit 331ff3a

Browse files
committed
Remove unused argument
1 parent 946cca7 commit 331ff3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/components/Routes.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@ function checkTransitionFromHooks(matches, transition) {
379379
function checkTransitionToHooks(matches, transition) {
380380
var promise = Promise.resolve();
381381

382-
matches.forEach(function (match, index) {
382+
matches.forEach(function (match) {
383383
promise = promise.then(function () {
384384
var handler = match.route.props.handler;
385385

0 commit comments

Comments
 (0)