Skip to content

Commit

Permalink
Fix eslinting errors for #2514
Browse files Browse the repository at this point in the history
  • Loading branch information
eason9487 committed Aug 13, 2024
1 parent 7425721 commit 8e1905e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion js/src/data/test/createAdsCampaign.test.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* External dependencies
*/
import { renderHook } from '@testing-library/react-hooks';
import { renderHook } from '@testing-library/react';
import apiFetch from '@wordpress/api-fetch';

/**
Expand Down
1 change: 0 additions & 1 deletion js/src/utils/isMobileApp.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
* Check if the WC app is running on iOS.
*
* @return {boolean} Whether the WC app is running on iOS.
*
*/
const isWCIos = () => {
return window.navigator.userAgent.toLowerCase().includes( 'wc-ios' );
Expand Down

0 comments on commit 8e1905e

Please sign in to comment.