* We have to show the causes list on the non-profits tab. The UI and data will be identical to what gets shown on the events tab. * Create a component, like `NonproiftsPageMainComponent.tsx` that like `EventsPageMainContent.tsx` renders the causes list. * Ideally we want to avoid duplicating code. If in #330 a re-usable component was created for the causes list, use that directly. * If #361 has been completed, render `NonproiftsPageMainComponent` as part of the nonprofits page unfiltered component.
NonproiftsPageMainComponent.tsxthat likeEventsPageMainContent.tsxrenders the causes list.NonproiftsPageMainComponentas part of the nonprofits page unfiltered component.