Skip to content

Commit 5ae730e

Browse files
mercuryseriesKocal
authored andcommitted
fix formatting
1 parent bd1279d commit 5ae730e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/LiveComponent/assets/src/dom_utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ export function getValueFromElement(element: HTMLElement, valueStore: ValueStore
5151
}
5252

5353
// element is some other element
54-
if (element.hasAttribute("data-value")) {
54+
if (element.hasAttribute('data-value')) {
5555
return element.dataset.value;
5656
}
5757

0 commit comments

Comments
 (0)