Skip to content

Commit

Permalink
chore: remove old comments
Browse files Browse the repository at this point in the history
  • Loading branch information
martinkrulltott committed Dec 27, 2023
1 parent 36d9998 commit a417a8e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions cypress/integration/smoke.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,4 @@ describe('Smoke Test', () => {
.should('be.visible')
.and('contain', TEST_AO.name)
})

// TODO: add similar test for TE
})
1 change: 0 additions & 1 deletion src/components/MainSidebar/SelectedDimensionsContext.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ export const SelectedDimensionsProvider = ({ children }) => {
} else if (DIMENSION_TYPES_YOURS.has(dimensionType)) {
acc.your += 1
}
// TODO: add count for TE dimensions here
return acc
},
{ program: 0, your: 0, trackedEntity: 0 }
Expand Down

0 comments on commit a417a8e

Please sign in to comment.