Skip to content

Commit 52be770

Browse files
author
adam_unchained
committed
fixed prettier
1 parent 9eed4c6 commit 52be770

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/app/components/wallet-deeplink/wallet-deeplink.component.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,7 @@ export class WalletDeeplinkComponent {
9393
}
9494

9595
// We want to round to maximum 6 digits.
96-
const walletType =
97-
this.network === Network.RMS ? 'firefly-beta' : 'firefly';
96+
const walletType = this.network === Network.RMS ? 'firefly-beta' : 'firefly';
9897
if (this.tokenId && this.tokenAmount) {
9998
return this.sanitizer.bypassSecurityTrustUrl(
10099
walletType +

0 commit comments

Comments
 (0)