Skip to content

Commit 5d4035b

Browse files
committed
fix formatting
1 parent 4872054 commit 5d4035b

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)