From 197aa929bc12168832547dd965ead41b9bab6a32 Mon Sep 17 00:00:00 2001 From: "(quasar) nebula" Date: Fri, 12 Apr 2024 15:22:17 -0300 Subject: html: pls --- src/util/html.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/util') diff --git a/src/util/html.js b/src/util/html.js index 9fc94a1..7bce9ae 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; } } -- cgit 1.3.0-6-gf8a5