diff --git a/src/components/status.jsx b/src/components/status.jsx index 9ab5c4e80..b9b0a3bbc 100644 --- a/src/components/status.jsx +++ b/src/components/status.jsx @@ -234,6 +234,9 @@ async function getComponents(railsActions, railsData) { const components = {} for (const [implementation, {url, data}] of Object.entries(implementations)) { + if(!data) { + continue + } for (const {id, path, status, a11yReviewed} of data) { if (!(id in components)) { components[id] = {