Skip to content

Commit

Permalink
Merge pull request #2363 from tony/patch-1
Browse files Browse the repository at this point in the history
Fix indentation in README code snippet
  • Loading branch information
JedWatson authored Feb 11, 2018
2 parents 97e2ef0 + b1dcd07 commit c9d0273
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ class App extends React.Component {
console.log(`Selected: ${selectedOption.label}`);
}
render() {
const { selectedOption } = this.state;
const value = selectedOption && selectedOption.value;
const { selectedOption } = this.state;
const value = selectedOption && selectedOption.value;

return (
<Select
Expand Down

0 comments on commit c9d0273

Please sign in to comment.