Skip to content

Commit

Permalink
lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mtoensing committed Oct 18, 2022
1 parent 87cf58b commit 5addc53
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion build/index.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('react', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-data', 'wp-element', 'wp-i18n', 'wp-primitives', 'wp-server-side-render'), 'version' => '05a544f2899ae60ab380');
<?php return array('dependencies' => array('react', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-data', 'wp-element', 'wp-i18n', 'wp-primitives', 'wp-server-side-render'), 'version' => '8c2b6b3643dcc7a08f62');
2 changes: 1 addition & 1 deletion build/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/edit.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export default function Edit( { attributes, setAttributes } ) {
<BlockControls group="block">
<ToolbarButton
icon={ formatListBullets }
title={ __( 'Convert to unordered list', 'simpletoc' ) }
title={ __( 'Convert to unordered list', 'simpletoc' ) }
describedBy={ __( 'Convert to unordered list', 'simpletoc' ) }
isActive={ attributes.use_ol === false }
onClick={ () => {
Expand Down
8 changes: 4 additions & 4 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ import metadata from './block.json';

const simpletocicon = (
<svg
clip-rule="evenodd"
fill-rule="evenodd"
stroke-linejoin="round"
stroke-miterlimit="2"
clipRule="evenodd"
fillRule="evenodd"
strokeLinejoin="round"
strokeMiterlimit="2"
viewBox="0 0 500 500"
xmlns="http://www.w3.org/2000/svg"
>
Expand Down

0 comments on commit 5addc53

Please sign in to comment.