Skip to content

Commit

Permalink
fix: uuid is a string not a number
Browse files Browse the repository at this point in the history
  • Loading branch information
znarf committed Oct 26, 2018
1 parent 9ac1a50 commit f600e9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/apps/expenses/components/Transaction.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class Transaction extends React.Component {
description: PropTypes.string,
currency: PropTypes.string.isRequired,
attachment: PropTypes.string,
uuid: PropTypes.number,
uuid: PropTypes.string,
netAmountInCollectiveCurrency: PropTypes.number,
platformFeeInHostCurrency: PropTypes.number,
paymentProcessorFeeInHostCurrency: PropTypes.number,
Expand Down

0 comments on commit f600e9c

Please sign in to comment.