diff --git a/src/app/components/wallet-deeplink/wallet-deeplink.component.ts b/src/app/components/wallet-deeplink/wallet-deeplink.component.ts index 402b506..0a4d70d 100644 --- a/src/app/components/wallet-deeplink/wallet-deeplink.component.ts +++ b/src/app/components/wallet-deeplink/wallet-deeplink.component.ts @@ -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(),