Skip to content

Commit

Permalink
Projects Amount Remaining issue #54
Browse files Browse the repository at this point in the history
  • Loading branch information
Syed Asher Ahmed committed Mar 15, 2017
1 parent 2c705ae commit 18dc704
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 18dc704

Please sign in to comment.