Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ziogaschr committed Apr 2, 2019
1 parent 1883077 commit 0356a7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dapp/src/components/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ class App extends Component {
const detailResult = await Promise.all(cardsPromises);
const userOwnCards = detailResult.map((cur, idx) => {
return {
tokenId: cur['0'],
tokenId: result[idx],
roleImg: cur['1'],
numberImg: cur['3'],
bgImg: cur['2'],
Expand Down

0 comments on commit 0356a7d

Please sign in to comment.