Skip to content

Commit e98e32f

Browse files
committed
chore: some simple formatting
1 parent 3523a37 commit e98e32f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

source/_patterns/02-components/dialog/dialog.script.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@
2424
} else if (
2525
link.hash &&
2626
document.querySelector(link.hash) &&
27-
document.querySelector(link.hash).tagName.toLowerCase() === 'dialog'
27+
document.querySelector(link.hash).tagName.toLowerCase() ===
28+
'dialog'
2829
) {
2930
type = 'dialog';
3031
dialog = document.querySelector(link.hash);

0 commit comments

Comments
 (0)