Skip to content

Commit f7680ea

Browse files
authored
Merge pull request #74 from thorjarhun/patch-1
remove unused variable `shouldUpdate`
2 parents c70c48a + 85628ab commit f7680ea

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/components/Lane.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ class Lane extends Component {
1919
loading: false,
2020
currentPage: this.props.currentPage,
2121
cards: this.props.cards,
22-
shouldUpdate: true,
2322
addCardMode: false
2423
}
2524

0 commit comments

Comments
 (0)