hack4impact-upenn / avp

Database Management System for AVP
2 stars 0 forks source link

populating communications from referral object #67

Closed etweisberg closed 1 year ago

etweisberg commented 1 year ago
Screen Shot 2023-06-24 at 11 20 31 AM

Update data passed to CommunicationHistory component using the referral object:

const dataUpdateCommHistory = () => {
    setData({ data: referral?.data?.historyOfCommunication, error: null });
  };
trangiabach commented 1 year ago

Looks awesome! Thanks Ethan!