mirror of
https://iceshrimp.dev/iceshrimp/iceshrimp
synced 2024-11-28 23:08:12 +09:00
Add brackets
This commit is contained in:
parent
8ed95ce620
commit
11549cdd63
@ -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 New Issue
Block a user