Skip to content

Commit

Permalink
Switch reporting filter from reviewed requests to any submitted request.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonesy committed Feb 11, 2020
1 parent 033ca10 commit e81359f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/modules/reports/containers/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ const mapStateToProps = state => {
}

return (
d.chronology.some(c => c.enteredState > 2) &&
d.chronology.some(c => c.enteredState > 1) &&
(requestState === 'all' || d.state === requestState)
);
})
Expand Down

0 comments on commit e81359f

Please sign in to comment.