We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents de94335 + 0bba0b5 commit 65c54beCopy full SHA for 65c54be
src/app/components/wallet-deeplink/wallet-deeplink.component.ts
@@ -97,8 +97,7 @@ export class WalletDeeplinkComponent {
97
// Shimmer Network
98
const parameters = {
99
address: this.targetAddress,
100
- baseCoinAmount:
101
- this.tokenId && this.surplus ? Number(this.targetAmount).toFixed(0) : undefined,
+ baseCoinAmount: Number(this.targetAmount ?? 0).toFixed(0),
102
tokenId: this.tokenId,
103
tokenAmount: this.tokenId ? this.tokenAmount : undefined,
104
tag: WEN_NAME.toLowerCase(),
0 commit comments