diff --git a/components/Home/PastActivity.tsx b/components/Home/PastActivity.tsx index e5a99ee..28219f8 100644 --- a/components/Home/PastActivity.tsx +++ b/components/Home/PastActivity.tsx @@ -99,6 +99,18 @@ const PastActivity = ({ userData }: any) => { {/* if PastEvents aren't loading in yet, component will display "Please Wait..." */} Please Wait...}> {/* TODO: integrate with backend */} + + {events && + events.map(event => ( + // Iterate through events to and pass data to EventCard + + ))} +