(state)
| 55 | } |
| 56 | |
| 57 | const mapStateToProps = (state) => ({ session: selectSession(state) }); |
| 58 | |
| 59 | InvestigationCreateButton = connect(mapStateToProps)(InvestigationCreateButton); |
| 60 | InvestigationCreateButton = injectIntl(InvestigationCreateButton); |
nothing calls this directly
no test coverage detected