Update frontend/src/pages/PlanAcceptance.jsx
Browse files
frontend/src/pages/PlanAcceptance.jsx
CHANGED
|
@@ -35,6 +35,7 @@ function PaymentButton({ plan, email }) {
|
|
| 35 |
},
|
| 36 |
});
|
| 37 |
}
|
|
|
|
| 38 |
}, [plan, email]);
|
| 39 |
|
| 40 |
if (loading) {
|
|
|
|
| 35 |
},
|
| 36 |
});
|
| 37 |
}
|
| 38 |
+
// eslint-disable-next-line react-hooks/exhaustive-deps
|
| 39 |
}, [plan, email]);
|
| 40 |
|
| 41 |
if (loading) {
|