Skip to content

Commit

Permalink
keep linter happy
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Dwyer committed Jan 26, 2023
1 parent 025d050 commit 0a58d83
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -130,9 +130,7 @@ const MenuInspectorControls = ( props ) => {
return (
<InspectorControls __experimentalGroup="list">
<PanelBody
title={
process.env.IS_GUTENBERG_PLUGIN ? null : __( 'Menu' )
}
title={ process.env.IS_GUTENBERG_PLUGIN ? null : __( 'Menu' ) }
>
{ process.env.IS_GUTENBERG_PLUGIN ? (
<ExperimentControls { ...props } />
Expand Down

0 comments on commit 0a58d83

Please sign in to comment.