From 52be770f9443d4e6a8872ac0914a866df63a8adc Mon Sep 17 00:00:00 2001 From: adam_unchained Date: Wed, 4 Oct 2023 18:20:57 -0700 Subject: [PATCH] fixed prettier --- .../components/wallet-deeplink/wallet-deeplink.component.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 +