Skip to content

Commit 433b29e

Browse files
committed
fix lint issue
1 parent 52dc553 commit 433b29e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/ProjectStatus/editableProjectStatus.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ const hocStatusDropdown = (CompositeComponent) => {
2424
return false
2525
}
2626

27-
render(props) {
27+
render() {
2828
const { canEdit, isOpen, handleClick, onItemSelect, showText, withoutLabel, unifiedHeader, status } = this.props
2929
const selected = PROJECT_STATUS.filter((opt) => opt.value === status)[0]
3030

0 commit comments

Comments
 (0)