Skip to content

Commit

Permalink
Fix view of minor versions (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
aryabokon committed Jun 21, 2024
1 parent c9b685d commit 5b18381
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions server/src/frontend/components/duck/reducers.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,6 @@ const componentsReducer = (state = INITIAL_STATE, action) => {

case types.RECEIVE_COMPONENTS: {
const {components} = action
Object.values(components).forEach(c => {
c.minorVersions = {
versions: []
}
})
return {
...state,
components: components,
Expand Down

0 comments on commit 5b18381

Please sign in to comment.