Skip to content

Commit 5ab6d57

Browse files
committed
fix: lint
1 parent 475e537 commit 5ab6d57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/projects/detail/components/EditProjectDefaultsForm/EditProjectDefaultsForm.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ class EditProjectDefaultsForm extends React.Component {
8383
}
8484
]
8585

86-
if (this.state.isLoading) return null;
86+
if (this.state.isLoading) return null
8787

8888
return (
8989
<div className="edit-project-defaults-form">

0 commit comments

Comments
 (0)