Skip to content

Commit

Permalink
fixed prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
adam_unchained committed Oct 5, 2023
1 parent 9eed4c6 commit 52be770
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 +
Expand Down

0 comments on commit 52be770

Please sign in to comment.