Skip to content

Commit

Permalink
Removes question note, adds clarifying one
Browse files Browse the repository at this point in the history
  • Loading branch information
knod committed Dec 2, 2018
1 parent 2e05023 commit 9334953
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/forms/CurrentBenefits.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class CurrentBenefitsContent extends React.Component {
value.sort(
// Make sure benefits are in the correct order
(a, b) => {
// @todo Is this code right? Don't we need `.current` in here?
// `props.benefits` is list of available benefits
const aIndex = this.props.benefits.indexOf(a),
bIndex = this.props.benefits.indexOf(b);

Expand Down

0 comments on commit 9334953

Please sign in to comment.