Skip to content

Commit 1e93e93

Browse files
committed
Remove duplicate modifyLaneTitle function in story
1 parent 6c057b2 commit 1e93e93

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

stories/Realtime.story.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,6 @@ class RealtimeBoard extends Component {
3131
})
3232
}
3333

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-
}
3934

4035
modifyLaneTitle = () => {
4136
const data = this.state.boardData

0 commit comments

Comments
 (0)