From 433778f0dbda089916ae0497553116179ad4a1df Mon Sep 17 00:00:00 2001 From: jacobkim9881 Date: Fri, 24 Jan 2025 22:50:30 +0900 Subject: [PATCH] lint fixed --- src/components/ValidateCodeActionWithoutModal.tsx | 2 +- .../settings/Profile/Contacts/ContactMethodDetailsPage.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/ValidateCodeActionWithoutModal.tsx b/src/components/ValidateCodeActionWithoutModal.tsx index b50ab81a54e4..fd3750187e78 100644 --- a/src/components/ValidateCodeActionWithoutModal.tsx +++ b/src/components/ValidateCodeActionWithoutModal.tsx @@ -38,7 +38,7 @@ function ValidateCodeActionWithoutModal({ () => () => { firstRenderRef.current = true; }, - [] + [], ); useEffect(() => { diff --git a/src/pages/settings/Profile/Contacts/ContactMethodDetailsPage.tsx b/src/pages/settings/Profile/Contacts/ContactMethodDetailsPage.tsx index 64a2da8b51f1..487af705ef1d 100644 --- a/src/pages/settings/Profile/Contacts/ContactMethodDetailsPage.tsx +++ b/src/pages/settings/Profile/Contacts/ContactMethodDetailsPage.tsx @@ -274,7 +274,7 @@ function ContactMethodDetailsPage({route}: ContactMethodDetailsPageProps) { testID={ContactMethodDetailsPage.displayName} focusTrapSettings={{ focusTrapOptions: { - //It is added because input form's focusing bothers transition animation: + // It is added because input form's focusing bothers transition animation: // https://github.com/Expensify/App/issues/53884#issuecomment-2594568960 checkCanFocusTrap: (trapContainers: Array) => { return new Promise((resolve) => {