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
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
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> |
|
|
|