Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
jiloysss committed Feb 6, 2019
1 parent 373b496 commit 98963ea
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/stories/components/SingleReportComponent.js
Original file line number Diff line number Diff line change
Expand Up @@ -221,11 +221,11 @@ const SingleReportComponent = props => {
</Col>
<Col style={{ alignItems: "flex-end" }}>
<Text>
{new MoneyCurrency(
props.currency ? props.currency : "PHP",
).moneyFormat(
formatNumber(parseFloat(props.report.commissions, 10)),
)}
{new MoneyCurrency(
props.currency ? props.currency : "PHP",
).moneyFormat(
formatNumber(parseFloat(props.report.commissions, 10)),
)}
</Text>
</Col>
</Row>
Expand Down

0 comments on commit 98963ea

Please sign in to comment.