Skip to content

Commit

Permalink
reformatting the code
Browse files Browse the repository at this point in the history
  • Loading branch information
ArunaTebel committed Nov 9, 2019
1 parent db8db1c commit 95068f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ArchestEstimateProgressComponent.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class ArchestEstimateProgressComponent extends Component {
estimateId: this.props.match.params.estimateId,
estimate: {},
estimateProgress: {},
workEntriesModalProps: {show: false, workEntries: [], activityOrSubActivity: {}, },
workEntriesModalProps: {show: false, workEntries: [], activityOrSubActivity: {},},
breadcrumbs: []
};
this.showWorkEntriesModal = this.showWorkEntriesModal.bind(this);
Expand Down

0 comments on commit 95068f1

Please sign in to comment.