Skip to content

Commit

Permalink
Merge pull request #3854 from anup2307/fix-loopissueWV-99
Browse files Browse the repository at this point in the history
fix for WV-99
  • Loading branch information
DaleMcGrew authored Mar 12, 2024
2 parents f33d965 + 38933c3 commit 5b942af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/components/VoterGuide/VoterGuidePositionList.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ class VoterGuidePositionList extends Component {
this.setState({
positionList: positionListWithFriendData,
listOfYearsWhenPositionExists: this.getListOfYearsWhenPositionExists(positionList),
numberOfPositionItemsToDisplay: this.props.startingNumberOfPositionsToDisplay || STARTING_NUMBER_OF_POSITIONS_TO_DISPLAY,
// numberOfPositionItemsToDisplay: this.props.startingNumberOfPositionsToDisplay || STARTING_NUMBER_OF_POSITIONS_TO_DISPLAY, // commented to fix the WV-99 issue - 03/11/2024
}, () => this.updateActiveFilters(setDefaultListMode));
}

Expand Down

0 comments on commit 5b942af

Please sign in to comment.