Skip to content

Commit

Permalink
Fix lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanss committed Jun 6, 2023
1 parent 7b7c846 commit ff032b3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
Expand Up @@ -5,6 +5,9 @@
import { Guide } from '@wordpress/components';
import { __ } from '@wordpress/i18n';

/**
* Internal dependencies
*/
import './style.scss';

interface Props {
Expand Down
Expand Up @@ -99,9 +99,8 @@ const BlockEditorTour = ( { shouldTourBeShown, dismissModal }: Props ) => {
resize: true,
},
},
portalParentElement: document.getElementById(
'wpbody'
),
portalParentElement:
document.getElementById( 'wpbody' ),
popperModifiers: [
{
name: 'bottom-left',
Expand Down

0 comments on commit ff032b3

Please sign in to comment.