Skip to content

Commit 42a444c

Browse files
committed
Linting.
1 parent b6633d0 commit 42a444c

File tree

1 file changed

+1
-1
lines changed
  • mu-plugins/blocks/local-navigation-bar/src

1 file changed

+1
-1
lines changed

mu-plugins/blocks/local-navigation-bar/src/view.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ function init() {
8282
window.innerWidth -
8383
parseInt( paddingInlineStart, 10 ) -
8484
parseInt( paddingInlineEnd, 10 ) -
85-
parseInt( gap, 10 ) -
85+
parseInt( gap, 10 ) -
8686
24; // 24px right padding is added when the collapsed nav is hidden.
8787

8888
const titleElement = container.querySelector( '.wp-block-site-title, div.wp-block-group' );

0 commit comments

Comments
 (0)