Browse Source

Merge pull request #486 from LN-Zap/fix/channel-details-currency-unit

fix(channel-details): use currencyName
renovate/lint-staged-8.x
Ben Woosley 6 years ago
committed by GitHub
parent
commit
db042478d6
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      app/components/Contacts/Network.js

2
app/components/Contacts/Network.js

@ -284,7 +284,7 @@ class Network extends Component {
currency={ticker.currency}
currentTicker={currentTicker}
/>
<i> {ticker.currency.toUpperCase()}</i>
<i> {currencyName}</i>
</p>
</section>
<section>

Loading…
Cancel
Save