fix should be mixins plural
This commit is contained in:
@ -8,7 +8,7 @@ const debug = debugFactory('freecc:hikes');
|
||||
|
||||
export default React.createClass({
|
||||
displayName: 'Lecture',
|
||||
mixin: [Navigation],
|
||||
mixins: [Navigation],
|
||||
|
||||
propTypes: {
|
||||
currentHike: PropTypes.object,
|
||||
|
Reference in New Issue
Block a user