Skip to content

Commit

Permalink
Remove unused dispatch in type props NavLink
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeCisco committed Dec 24, 2018
1 parent 8deeba3 commit 5966918
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/NavLink.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ type OwnProps = {
}

type Props = {
dispatch: Function,
location: any
} & OwnProps

Expand Down

0 comments on commit 5966918

Please # to comment.