Skip to content

Commit

Permalink
Merge pull request #487 from battlecode/ag-typo
Browse files Browse the repository at this point in the history
Fix typo in is ranked checkbox value
  • Loading branch information
gaurav-arya authored Jan 8, 2023
2 parents a31fabc + c652bae commit 8aefae8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/scrimmageRequestForm.js
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ class ScrimmageRequestForm extends Component {
margin: "0 0 0 10px",
}}
id="is_ranked"
checked={this.props.is_ranked}
checked={this.state.is_ranked}
/>
</div>
</div>
Expand Down

0 comments on commit 8aefae8

Please sign in to comment.