Problemunvalidated
it keeps looping and resetting back to the default date. — User manually updates renew date. Tension: API Response -> setPaymentData(data) -> User manually updates renew date -> Reset back to old value. Outcome: Maybe adding case where `data.results.paymentSummary.renewOn` is not null and add logic there will solve the problem?
7c4ee64c-30d9-4d00-a6dc-cec277aa3d2d
it keeps looping and resetting back to the default date. — User manually updates renew date. Tension: API Response -> setPaymentData(data) -> User manually updates renew date -> Reset back to old value. Outcome: Maybe adding case where data.results.paymentSummary.renewOn is not null and add logic there will solve the problem?