mirror of
https://github.com/reactjs/react.dev.git
synced 2026-02-23 20:23:08 +00:00
Prettier
This commit is contained in:
@@ -34,7 +34,7 @@ class CodepenExample extends Component {
|
||||
}
|
||||
|
||||
render() {
|
||||
const { action, payload } = this.props.pathContext
|
||||
const {action, payload} = this.props.pathContext;
|
||||
|
||||
return (
|
||||
<Container>
|
||||
|
||||
Reference in New Issue
Block a user