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