javascript:S7770

This commit is contained in:
Henry Jameson 2026-08-04 00:19:34 +03:00
commit 11c4239ceb
10 changed files with 19 additions and 19 deletions

View file

@ -558,9 +558,9 @@ export const convertTheme2To3 = (data) => {
)
const flatExtRules = extendedRules
.filter((x) => x)
.filter(Boolean)
.reduce((acc, x) => [...acc, ...x], [])
.filter((x) => x)
.filter(Boolean)
.reduce((acc, x) => [...acc, ...x], [])
return [