We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c5809f commit 0dcfc00Copy full SHA for 0dcfc00
src/controllers/BoardContainer.js
@@ -75,7 +75,7 @@ class BoardContainer extends Component {
75
index: event.index
76
})
77
case 'UPDATE_CARDS':
78
- return actions.updateCards({laneId: event.laneId, cards: event.cards})
+ return actions.updateCards({laneId: event.laneId, cards: event.cards})
79
case 'UPDATE_LANES':
80
return actions.updateLanes(event.lanes)
81
case 'UPDATE_LANE':
0 commit comments