Skip to content

Commit 848d34d

Browse files
committed
Fix eslint errors
1 parent e714b40 commit 848d34d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/editor-toolbar/index.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ const EditorToolbar = ( { className } ) => {
8484
<Button
8585
title={ __( 'Add block' ) }
8686
icon={ plus }
87-
onTouchEnd={ ( e ) => {
87+
onTouchEnd={ ( e ) => {
8888
e.preventDefault();
8989
showBlockInserter();
9090
} }

0 commit comments

Comments
 (0)