rename old >practice summary< to >specific member incidents report<
This commit is contained in:
@@ -11,7 +11,7 @@ import GenerateFeesInORDButton from '../../components/GenerateFeesInORDButton';
|
||||
|
||||
import { fetchMemberIncidents } from '../../store/actions';
|
||||
|
||||
class PracticeSummaryReport extends Component {
|
||||
class SpecificMemberIncidentsReport extends Component {
|
||||
constructor(props){
|
||||
super(props);
|
||||
|
||||
@@ -50,7 +50,7 @@ class PracticeSummaryReport extends Component {
|
||||
return (
|
||||
<Container>
|
||||
<MainMenu/>
|
||||
<h3>Practice Summary Report</h3>
|
||||
<h3>Member Incidents Report</h3>
|
||||
<hr/>
|
||||
<Grid stackable columns="equal">
|
||||
<Grid.Row>
|
||||
@@ -101,4 +101,4 @@ const mapDispatchToProps = (dispatch) => ({
|
||||
fetchMemberIncidents: (memberId, dateRange) => fetchMemberIncidents(dispatch, memberId, dateRange),
|
||||
});
|
||||
|
||||
export default connect(mapStateToProps, mapDispatchToProps)(PracticeSummaryReport);
|
||||
export default connect(mapStateToProps, mapDispatchToProps)(SpecificMemberIncidentsReport);
|
||||
Reference in New Issue
Block a user