Skip to content

Commit

Permalink
Merge pull request #71 from AppBakerZ/Projects_Amount_Remaining
Browse files Browse the repository at this point in the history
Projects Amount Remaining issue #54
  • Loading branch information
kamranmasood authored Mar 20, 2017
2 parents 2c705ae + 18dc704 commit d3eb171
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions imports/ui/components/projects/ProjectDetail.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ export default class ProjectDetail extends Component {
<div> <p>Amount Agreed :</p> <p>{project.amount}</p></div>
<div> <p>Amount Paid :</p> <p>{this.state.amountPaid || 0} </p></div>
<div> <p>Project Status :</p> <p>{project.status}</p></div>
<div> <p>Amount Remaining :</p> <p>{project.amount - this.state.amountPaid || project.amount} </p></div>
</div>

<div className={theme.buttonBox}>
Expand Down

0 comments on commit d3eb171

Please sign in to comment.