Skip to content

Commit

Permalink
Js linting
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgemd24 committed Mar 19, 2024
1 parent 24af8c2 commit c213955
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions js/src/product-feed/product-statistics/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@

.overview-stats-error-button {
height: auto;
padding-top: 0px;
padding-left: 0px;
padding-top: 0;
padding-left: 0;
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
* External dependencies
*/
import { __ } from '@wordpress/i18n';
import { Button } from '@wordpress/components';

/**
* Internal dependencies
*/
import Status from '.~/product-feed/product-statistics/status-box/status';
import ErrorIcon from '.~/components/error-icon';
import { Button } from '@wordpress/components';

/**
* @typedef {import('.~/data/actions').ProductStatistics } ProductStatistics
Expand Down

0 comments on commit c213955

Please sign in to comment.