Skip to content

Commit

Permalink
Lint.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexsegura committed Feb 4, 2025
1 parent 1aef414 commit 71dbadb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/navigation/checkout/Payment.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ const CreditCard = ({ cart, paymentMethods, paymentGateway, loadPaymentMethods,
navigation.navigate(routesByMethod[type]);
}
})
}, []);
}, [ navigation, paymentGateway, setPaymentMethod ]);

useEffect(() => {
loadPaymentMethods();
Expand Down

0 comments on commit 71dbadb

Please sign in to comment.