mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-01-10 23:51:01 -07:00
Add brackets
This commit is contained in:
parent
8ed95ce620
commit
11549cdd63
1 changed files with 3 additions and 3 deletions
|
@ -51,10 +51,10 @@
|
|||
}
|
||||
}
|
||||
|
||||
if (settings &&
|
||||
settings.device.lang &&
|
||||
LANGS.includes(settings.device.lang))
|
||||
if (settings && settings.device.lang &&
|
||||
LANGS.includes(settings.device.lang)) {
|
||||
lang = settings.device.lang;
|
||||
}
|
||||
//#endregion
|
||||
|
||||
// Detect the user agent
|
||||
|
|
Loading…
Reference in a new issue