Seth0330 commited on
Commit
303a95b
·
verified ·
1 Parent(s): f61d47f

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) {