diff --git a/src/app/components/wallet-deeplink/wallet-deeplink.component.ts b/src/app/components/wallet-deeplink/wallet-deeplink.component.ts index 51dae77..80bfcb7 100644 --- a/src/app/components/wallet-deeplink/wallet-deeplink.component.ts +++ b/src/app/components/wallet-deeplink/wallet-deeplink.component.ts @@ -93,8 +93,7 @@ export class WalletDeeplinkComponent { } // We want to round to maximum 6 digits. - const walletType = - this.network === Network.RMS ? 'firefly-beta' : 'firefly'; + const walletType = this.network === Network.RMS ? 'firefly-beta' : 'firefly'; if (this.tokenId && this.tokenAmount) { return this.sanitizer.bypassSecurityTrustUrl( walletType +