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.
1 parent 9eed4c6 commit 52be770Copy full SHA for 52be770
src/app/components/wallet-deeplink/wallet-deeplink.component.ts
@@ -93,8 +93,7 @@ export class WalletDeeplinkComponent {
93
}
94
95
// We want to round to maximum 6 digits.
96
- const walletType =
97
- this.network === Network.RMS ? 'firefly-beta' : 'firefly';
+ const walletType = this.network === Network.RMS ? 'firefly-beta' : 'firefly';
98
if (this.tokenId && this.tokenAmount) {
99
return this.sanitizer.bypassSecurityTrustUrl(
100
walletType +
0 commit comments