We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c057b2 commit 1e93e93Copy full SHA for 1e93e93
1 file changed
stories/Realtime.story.js
@@ -31,11 +31,6 @@ class RealtimeBoard extends Component {
31
})
32
}
33
34
- modifyLaneTitle = () => {
35
- const data = this.state.boardData
36
- const newData = update(data, {lanes: {1: {title: {$set: 'New Lane Title'}}}})
37
- this.setState({boardData: newData})
38
- }
39
40
modifyLaneTitle = () => {
41
const data = this.state.boardData
0 commit comments