GetDKAN / data-catalog-components

https://getdkan.github.io/data-catalog-components
9 stars 6 forks source link

Search Lists return divs instead of list items #100

Closed dgading closed 3 years ago

dgading commented 3 years ago

Return SearchListItem here (https://github.com/GetDKAN/data-catalog-components/blob/b31c0a2d9cc5e5ce9449bcbee6ef2f7b2f552489/src/templates/SearchContent/index.jsx#L48) in an li as the component itself is a div.

Addresses https://github.com/GetDKAN/dkan/issues/3266

dgading commented 3 years ago

This has been addressed and can be closed. An li was wrapped around each search list item in the .map function.