Browse Source
Merge pull request #541 from gre/fix-empty-exchange-section
fix empty exchange section to appear in settings!
master
Meriadec Pillet
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
0 additions and
6 deletions
-
src/components/SettingsPage/sections/Display.js
|
|
@ -173,12 +173,6 @@ class TabProfile extends PureComponent<Props, State> { |
|
|
|
/> |
|
|
|
</Box> |
|
|
|
</Row> |
|
|
|
<Row |
|
|
|
title={t('app:settings.display.exchange', { |
|
|
|
ticker: `${intermediaryCurrency.ticker}${counterValueCurrency.ticker}`, |
|
|
|
})} |
|
|
|
desc={t('app:settings.display.exchangeDesc')} |
|
|
|
/> |
|
|
|
<Row |
|
|
|
title={t('app:settings.display.language')} |
|
|
|
desc={t('app:settings.display.languageDesc')} |
|
|
|