Skip to content

Commit

Permalink
Update App.js
Browse files Browse the repository at this point in the history
  • Loading branch information
ScolderCreations authored Nov 15, 2021
1 parent d16b631 commit bccfda9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ class App extends Component {
</div>
<div className="form-item">
<label htmlFor="showID">Show Project ID</label>
<input type="checkbox" name="showID"></input>
<input type="checkbox" name="showID" onChange={(e) => this.setState({ showIDpref: e.target.value })}></input></div>
</div>

<h3>Results</h3>
Expand Down

0 comments on commit bccfda9

Please sign in to comment.