Skip to content

Commit

Permalink
Remove additional classnames from control - not needed yet
Browse files Browse the repository at this point in the history
  • Loading branch information
mkaz committed May 4, 2017
1 parent ab81b8e commit ff87c9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion editor/components/toolbar/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ function Toolbar( { controls } ) {
} }
className={ classNames( 'editor-toolbar__control', {
'is-active': control.isActive
}, control.classNames ) } />
} ) } />
) ) }
</ul>
);
Expand Down

0 comments on commit ff87c9f

Please sign in to comment.