ChainKeeper
ChainKeeper copied to clipboard
Removed the useless constructor used in Navigation.js.
fixes #33
Removed the useless constructor used in Navigation.js.
it's only necessary to pass props into the constructor if you intend on using this.props inside the constructor.