diff options
Diffstat (limited to 'src/components/Settings.js')
| -rw-r--r-- | src/components/Settings.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/Settings.js b/src/components/Settings.js index 837b4f0..0485aaf 100644 --- a/src/components/Settings.js +++ b/src/components/Settings.js | |||
| @@ -20,6 +20,7 @@ export const Settings = (props) => { | |||
| 20 | { label: 'WEP', value: 'WEP' }, | 20 | { label: 'WEP', value: 'WEP' }, |
| 21 | ]; | 21 | ]; |
| 22 | const eapMethods = [{ label: 'PWD', value: 'PWD' }]; | 22 | const eapMethods = [{ label: 'PWD', value: 'PWD' }]; |
| 23 | |||
| 23 | const langSelectDefaultValue = () => { | 24 | const langSelectDefaultValue = () => { |
| 24 | const t = Translations.filter((t) => t.id === i18n.language); | 25 | const t = Translations.filter((t) => t.id === i18n.language); |
| 25 | if (t.length !== 1) { | 26 | if (t.length !== 1) { |
