Skip to content
This repository has been archived by the owner on May 23, 2018. It is now read-only.

Commit

Permalink
fix: building a path if browser plugin not in use
Browse files Browse the repository at this point in the history
  • Loading branch information
WA9ACE authored and troch committed Sep 18, 2016
1 parent f525e60 commit 214e8cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/BaseLink.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class BaseLink extends Component {
return this.router.buildUrl(routeName, routeParams);
}

return this.router.builPath(routeName, routeParams);
return this.router.buildPath(routeName, routeParams);
}

isActive() {
Expand Down

0 comments on commit 214e8cb

Please sign in to comment.