Skip to content

Commit ecbf0bc

Browse files
Merge pull request #3945 from OneCommunityGlobal/venkataramanan_fix_hours_logged_issue_in_people_report
Venkataramanan 🔥 hours logged issue in people report page
2 parents c7a88a1 + 1d1daa6 commit ecbf0bc

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/components/Reports/PeopleReport/PeopleReport.jsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,9 @@ class PeopleReport extends Component {
131131
prevState.isLoading !== this.state.isLoading) {
132132
// this.syncPanelHeights();
133133
}
134+
if (prevProps.timeEntries !== this.props.timeEntries) {
135+
this.setState({ timeEntries: this.props.timeEntries });
136+
}
134137
}
135138

136139
setStartDate(date) {

0 commit comments

Comments
 (0)