Skip to content

Commit

Permalink
πŸ’„ Show currency in commission
Browse files Browse the repository at this point in the history
  • Loading branch information
williamchong committed May 31, 2024
1 parent d38c906 commit a151bcf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pages/nft-book-store/user/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,7 @@
{ key: 'amount', label: 'Commission' },
{ key: 'classId', label: 'Book Id' },
{ key: 'collectionId', label: 'Book Collection Id' },
{ key: 'currency', label: 'Currency' },
{ key: 'amountTotal', label: 'Sale Amount' },
]"
:rows="commissionHistoryRows"
Expand Down

0 comments on commit a151bcf

Please sign in to comment.