Skip to content

Commit

Permalink
fix: missing mana
Browse files Browse the repository at this point in the history
  • Loading branch information
lauti7 committed Dec 1, 2023
1 parent f450ba8 commit f79cd83
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,12 +66,12 @@ const RoyaltiesEarnedNotification = ({
</a>
</span>{' '}
{i18N[locale].description_2}
{Number(notification.metadata.royaltiesCut)}
{Number(notification.metadata.royaltiesCut)} MANA
</p>
) : (
<p className="dcl notification-item__content__description">
{i18N[locale].description_1}
{Number(notification.metadata.royaltiesCut)}{' '}
{Number(notification.metadata.royaltiesCut)} MANA {' '}
{i18N[locale].description_2}
<span>
<a
Expand Down

0 comments on commit f79cd83

Please sign in to comment.