Skip to content

Commit

Permalink
removing commented out code
Browse files Browse the repository at this point in the history
  • Loading branch information
ArunaTebel committed Oct 5, 2019
1 parent 5680373 commit fa9a599
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/home.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,7 @@ class HomeComponent extends Component {
redirectTo: '/phase/' + phase.id + '/estimates/'
});
};
// 8258007295
// Anuradhi Ineka Wickramasinghe

getPhaseInfoListItem(phase) {
let managersNames = _.map(phase.managers, (manager) => manager.full_name).join(', ');
return (
Expand Down

0 comments on commit fa9a599

Please sign in to comment.