Skip to content

Commit

Permalink
Fix e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
youknowriad committed Jun 19, 2018
1 parent ae033c8 commit 33efa85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion editor/components/block-styles/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ export function replaceActiveStyle( className, activeStyle, newStyle ) {

function BlockStyles( { styles, className, onChangeClassName } ) {
if ( ! styles ) {
return;
return null;
}

const activeStyle = getActiveStyle( styles, className );
Expand Down

0 comments on commit 33efa85

Please sign in to comment.