Skip to content

Commit

Permalink
Merge pull request #88 from Tuditi/fix/amount-bloom-deep-link
Browse files Browse the repository at this point in the history
Fix: amount bloom deep link
  • Loading branch information
adamunchained authored Nov 15, 2023
2 parents de94335 + 0bba0b5 commit 65c54be
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,7 @@ export class WalletDeeplinkComponent {
// Shimmer Network
const parameters = {
address: this.targetAddress,
baseCoinAmount:
this.tokenId && this.surplus ? Number(this.targetAmount).toFixed(0) : undefined,
baseCoinAmount: Number(this.targetAmount ?? 0).toFixed(0),
tokenId: this.tokenId,
tokenAmount: this.tokenId ? this.tokenAmount : undefined,
tag: WEN_NAME.toLowerCase(),
Expand Down

0 comments on commit 65c54be

Please sign in to comment.