We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57b5d4d commit e8f048bCopy full SHA for e8f048b
src/templates/codepen-example.js
@@ -34,7 +34,7 @@ class CodepenExample extends Component {
34
}
35
36
render() {
37
- const { action, payload } = this.props.pathContext
+ const {action, payload} = this.props.pathContext;
38
39
return (
40
<Container>
0 commit comments