ui - fix typo in settings

feature/default_network_editable
kumavis 7 years ago
parent 28306cc453
commit 085e7d7dec
  1. 2
      ui/app/settings.js

@ -108,7 +108,7 @@ class Settings extends Component {
renderCurrentLocale () {
const { updateCurrentLocale, currentLocale } = this.props
const currentLocaleMeta = locales.find(locale => locale.code === currentLocale)
const currentLocaleName = currentLocaleMeta ? currentLocaleMeta.name || ''
const currentLocaleName = currentLocaleMeta ? currentLocaleMeta.name : ''
return h('div.settings__content-row', [
h('div.settings__content-item', [

Loading…
Cancel
Save