Skip to content

Commit

Permalink
Resolve eslint errors for the jsdoc/tag-lines rule.
Browse files Browse the repository at this point in the history
  • Loading branch information
eason9487 committed Aug 16, 2024
1 parent 9886344 commit fccc0cd
Showing 1 changed file with 0 additions and 1 deletion.
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 fccc0cd

Please sign in to comment.