Skip to content

Commit

Permalink
lint fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobkim9881 committed Jan 24, 2025
1 parent 6640264 commit 6a12518
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/ValidateCodeActionWithoutModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ function ValidateCodeActionWithoutModal({
() => () => {
firstRenderRef.current = true;
},
[]
[],
);

useEffect(() => {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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<HTMLElement | SVGElement>) => {
return new Promise((resolve) => {
Expand Down

0 comments on commit 6a12518

Please sign in to comment.