mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-13 04:33:09 +02:00
Improve readability
This commit is contained in:
parent
803fb0898a
commit
350328770b
1 changed files with 2 additions and 1 deletions
|
@ -62,7 +62,8 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
if (settings && settings.device.lang &&
|
if (settings && settings.device.lang &&
|
||||||
langs.includes(settings.device.lang)) {
|
langs.includes(settings.device.lang))
|
||||||
|
{
|
||||||
lang = settings.device.lang;
|
lang = settings.device.lang;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue