diff --git a/src/views/Transitioner.js b/src/views/Transitioner.js index c921ed5..3e68385 100644 --- a/src/views/Transitioner.js +++ b/src/views/Transitioner.js @@ -166,7 +166,7 @@ class Transitioner extends React.Component { render() { return ( - + {this.props.render(this._transitionProps, this._prevTransitionProps)} );