Skip to content

Commit

Permalink
We don't need to join style, only join together in peaceful harmony a…
Browse files Browse the repository at this point in the history
…s fellow humans
  • Loading branch information
ramonjd committed Jul 6, 2022
1 parent 06eab43 commit bd5a4e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/block-editor/src/hooks/style.js
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ const withElementsStyles = createHigherOrderComponent(
createPortal(
<style
dangerouslySetInnerHTML={ {
__html: styles.join( '\n' ),
__html: styles,
} }
/>,
element
Expand Down

0 comments on commit bd5a4e2

Please sign in to comment.