Skip to content

Commit

Permalink
Remove duplicate notice
Browse files Browse the repository at this point in the history
  • Loading branch information
glendaviesnz committed Jan 30, 2023
1 parent d816249 commit 833bc36
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions packages/edit-site/src/components/global-styles/custom-css.js
Original file line number Diff line number Diff line change
Expand Up @@ -117,15 +117,6 @@ function CustomCSSControl( { blockName } ) {
{ cssError }
</Notice>
) }
{ cssError && (
<Notice
status="warning"
onRemove={ () => setCSSError( null ) }
politeness="polite"
>
{ cssError }
</Notice>
) }
</VStack>
</>
);
Expand Down

0 comments on commit 833bc36

Please sign in to comment.