Skip to content

Commit

Permalink
Remove newline
Browse files Browse the repository at this point in the history
  • Loading branch information
TylerJDev committed Oct 23, 2024
1 parent 16f7011 commit 4e1265f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/status.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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)) {
Expand Down

0 comments on commit 4e1265f

Please sign in to comment.