diff --git a/js/about/preferences.js b/js/about/preferences.js
index 7db8c173044..934a1de3bce 100644
--- a/js/about/preferences.js
+++ b/js/about/preferences.js
@@ -265,7 +265,7 @@ class LedgerTable extends ImmutableComponent {
return [
rank,
{
- html: {verified ? this.getVerifiedIcon() : null}{faviconURL ? : }{site},
+ html:
,
value: site
},
{
@@ -337,9 +337,9 @@ class BitcoinDashboard extends ImmutableComponent {
get qrcodeOverlayFooter () {
if (coinbaseCountries.indexOf(this.props.ledgerData.get('countryCode')) > -1) {
return
} else {
return null
@@ -433,16 +433,20 @@ class BitcoinDashboard extends ImmutableComponent {
get panelFooter () {
if (this.ledgerData.get('buyURLFrame')) {
return
-
+
} else if (coinbaseCountries.indexOf(this.props.ledgerData.get('countryCode')) > -1) {
- return
-
-
-
+ return
} else {
- return null
+ return
+
+
}
}
copyToClipboard (text) {
@@ -477,7 +481,7 @@ class BitcoinDashboard extends ImmutableComponent {
?
: null
}
-
+
{
(this.userInAmerica || this.ledgerData.get('buyURLFrame'))
? this.coinbasePanel
@@ -497,7 +501,7 @@ class BitcoinDashboard extends ImmutableComponent {
?
{
this.ledgerData.get('hasBitcoinHandler') && this.ledgerData.get('paymentURL')
- ?
+ ?
@@ -532,7 +536,7 @@ class PaymentHistory extends ImmutableComponent {
addExportFilenamePrefixToTransactions(this.props.ledgerData.get('transactions').toJS())
)
- return
+ return
@@ -1019,7 +1023,7 @@ class PaymentsTab extends ImmutableComponent {
return
-
+
-
+