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 721fad3 commit e63de74Copy full SHA for e63de74
src/helpers/LaneHelper.js
@@ -74,7 +74,7 @@ const LaneHelper = {
74
if (laneIndex < 0) {
75
return state
76
}
77
- const cardIndex = state.lanes[laneIndex].cards.findIndex(x => x.id == card.id)
+ const cardIndex = state.lanes[laneIndex].cards.findIndex(x => x.id === card.id)
78
if (cardIndex < 0) {
79
80
0 commit comments