Skip to content

Commit

Permalink
eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
nuritsha committed Sep 16, 2024
1 parent 416ad2f commit c897642
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion modules/admin/assets/js/components/action-links.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import { Fragment } from 'react';
import { ActionLink } from './action-link';

export const ActionLinks = ( linksData ) => {
Expand Down
1 change: 0 additions & 1 deletion modules/admin/assets/js/pages/settings-page.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import { Fragment } from 'react';
import { __ } from '@wordpress/i18n';
// TODO: minimize to only necessary imports
import { Container, Box, Tabs, Tab, TabPanel, useTabs } from '@elementor/ui';

Check failure on line 3 in modules/admin/assets/js/pages/settings-page.js

View workflow job for this annotation

GitHub Actions / build (18.x)

When importing from elementor/ui, use default imports
Expand Down
2 changes: 1 addition & 1 deletion modules/content/assets/js/hello-plus-content.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
window.addEventListener( 'elementor/frontend/init', ( e ) => {
window.addEventListener( 'elementor/frontend/init', () => {
elementorFrontend.hooks.addAction( 'frontend/element_ready/zigzag.default', ( $scope ) => {
const scope0 = $scope[ 0 ];
const motionEffectElements = scope0.querySelectorAll( '.motion-effect-fade-in' );
Expand Down

0 comments on commit c897642

Please sign in to comment.