Call-for-Code-for-Racial-Justice / Truth-Loop

The Truth-Loop solution helps communities simply understand the policies, regulations and legislation that will impact them the most and allows them to share their experiences around how policies have impacted them or how proposed policies could impact them using short video testimonials.
https://developer.ibm.com/tutorials/truth-loop/
Apache License 2.0
54 stars 29 forks source link

Provide the "Officials and Sponsors" detail on the Details Accordion #191

Closed ed-snodgrass closed 3 years ago

ed-snodgrass commented 3 years ago

The full "policy" object may have an officials array on it. If so, we should display some details for each official. Thinking ahead I would expect a new OfficialDetail.js and OfficialDetail.test.js along with a "No details available" when the array is empty.

`

// new code here

`

ed-snodgrass commented 3 years ago

@demilolu this is a good #hacktoberfest ticket.

demilolu commented 3 years ago

Thanks! added.