Skip to content

Commit e6393c8

Browse files
committed
Fix lint errors
1 parent 3840538 commit e6393c8

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/utils/blocks.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,7 @@ function getBlockIcon( blockType ) {
6161
);
6262
return null;
6363
}
64-
}
65-
66-
else if ( typeof iconSource === 'string' ) {
64+
} else if ( typeof iconSource === 'string' ) {
6765
return iconSource;
6866
}
6967

0 commit comments

Comments
 (0)