Skip to content

Commit f82ed6f

Browse files
author
Matthew Wilkinson
authored
Remove duplicated editLaneTitle propType
LaneHeaderComponent specified two editLaneTitle props, causing a warning to be shown
1 parent c305d88 commit f82ed6f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/Lane/LaneHeader.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ LaneHeaderComponent.propTypes = {
3535
title: PropTypes.string,
3636
onDelete: PropTypes.func,
3737
onDoubleClick: PropTypes.func,
38-
editLaneTitle: PropTypes.bool,
3938
t: PropTypes.func.isRequired
4039
}
4140

0 commit comments

Comments
 (0)