Skip to content

Commit

Permalink
Merge pull request #27 from achamely/dev
Browse files Browse the repository at this point in the history
fix variable
  • Loading branch information
achamely authored Mar 7, 2018
2 parents 8793910 + 12af9d8 commit 601ebd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/Transaction/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ class Transaction extends React.PureComponent { // eslint-disable-line react/pre
</Row>
<Row className="transaction-asset">
<Col>
<small>TokenName (#this.props.propertyid)</small>
<small>TokenName (#{ this.props.propertyid })</small>
</Col>
</Row>
<Row>
Expand Down

0 comments on commit 601ebd2

Please sign in to comment.