diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2024-04-12 15:22:17 -0300 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2024-04-12 15:22:17 -0300 |
commit | 197aa929bc12168832547dd965ead41b9bab6a32 (patch) | |
tree | 51e1cf9da56b4fd20f3ed690993cd426a5be4c6f | |
parent | 54541228bcaa9c2436e1823c2bab656fb1916284 (diff) |
html: pls
-rw-r--r-- | src/util/html.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/html.js b/src/util/html.js index 9fc94a1e..7bce9ae8 100644 --- a/src/util/html.js +++ b/src/util/html.js @@ -1844,7 +1844,7 @@ export const isAttributesAdditionSinglet = (value) => { } if (Array.isArray(value) && value.length === 1) { - if (Object.hasOwn(value[0]), blessAttributes) { + if (Object.hasOwn(value[0], blessAttributes)) { return true; } } |