We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa5eebf commit ffe6e12Copy full SHA for ffe6e12
packages/app/src/app/pages/common/Modals/PreferencesModal/PaymentInfo/index.tsx
@@ -21,7 +21,7 @@ export const PaymentInfo: FunctionComponent = () => {
21
22
useEffect(() => {
23
paymentDetailsRequested();
24
- }, [paymentDetailsRequested]);
+ }, []); // eslint-disable-line react-hooks/exhaustive-deps
25
26
const updatePaymentDetails = useCallback(
27
({ token }) => {
0 commit comments