Skip to content

Commit

Permalink
fix royalty
Browse files Browse the repository at this point in the history
  • Loading branch information
zlayine committed Dec 11, 2023
1 parent f79da20 commit 08e1bba
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<Address :address="Royalty.getRoyaltyBeneficiary(item)" />

<dt class="text-sm font-medium text-gray-500">Percentage</dt>
<dd class="mt-1 text-sm text-gray-900">{{ Royalty.getRoyaltyPercentage(item) * 100 }}%</dd>
<dd class="mt-1 text-sm text-gray-900">{{ Royalty.getRoyaltyPercentage(item) }}%</dd>
</div>

<div class="space-y-2 pt-4 pb-3">
Expand Down

0 comments on commit 08e1bba

Please sign in to comment.