Skip to content

Commit

Permalink
fix: merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
fz6m committed Nov 7, 2023
1 parent 84cf61d commit 2cc6ea4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/plugins/src/styled-components.ts
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ export function rootContainer(container) {
? styledComponentsConfig()
: styledComponentsConfig;
const globalStyle = scConfig.GlobalStyle ? <scConfig.GlobalStyle /> : null;
return (
const inner = (
<>
{globalStyle}
{container}
Expand Down

0 comments on commit 2cc6ea4

Please sign in to comment.