Skip to content

Commit

Permalink
asdf
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanhammond committed Feb 24, 2018
1 parent b8571bd commit d38fd5c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/router/transition-intent/named-transition-intent.js
Original file line number Diff line number Diff line change
Expand Up @@ -115,9 +115,9 @@ export default class NamedTransitionIntent extends TransitionIntent {
);
var oldContext = oldHandlerInfo && oldHandlerInfo.context;
if (
result.names.length > 0
&& oldContext !== null
&& newHandlerInfo.context === oldContext
result.names.length > 0 &&
oldContext !== null &&
newHandlerInfo.context === oldContext
) {
// If contexts match in isActive test, assume params also match.
// This allows for flexibility in not requiring that every last
Expand Down

0 comments on commit d38fd5c

Please sign in to comment.