Skip to content

Commit

Permalink
fix css spread lint error (elastic#6278)
Browse files Browse the repository at this point in the history
  • Loading branch information
thompsongl authored Sep 30, 2022
1 parent 4b91139 commit 092a8c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src-docs/src/services/playground/playground.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,9 @@ export default ({
{...playgroundPanelProps}
>
<Compiler
css={playgroundCssStyles?.(euiTheme)}
{...params.compilerProps}
placeholder={Placeholder}
css={playgroundCssStyles?.(euiTheme)}
className={classNames('playground__demo', playgroundClassName)}
/>
</EuiPanel>
Expand Down

0 comments on commit 092a8c0

Please sign in to comment.