Skip to content

Commit acca997

Browse files
davenquinngithub-actions[bot]
authored andcommitted
Apply formatting changes
1 parent 52c310a commit acca997

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.storybook/preview-head.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
<script>
33
// Forward React DevTools hook to iframe contexts
44
if (window.parent !== window) {
5-
window.__REACT_DEVTOOLS_GLOBAL_HOOK__ = window.parent.__REACT_DEVTOOLS_GLOBAL_HOOK__;
5+
window.__REACT_DEVTOOLS_GLOBAL_HOOK__ =
6+
window.parent.__REACT_DEVTOOLS_GLOBAL_HOOK__;
67
}
78
</script>
89
<!--<style>-->

0 commit comments

Comments
 (0)