Skip to content

Commit 09d43f2

Browse files
author
Sachin Maheshwari
committed
fixed lint error.
1 parent b8d030b commit 09d43f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/projects/detail/ProjectDetail.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import { renderComponent, branch, compose, withProps } from 'recompose'
77
import { loadProjectDashboard } from '../actions/projectDashboard'
88
import {
99
LOAD_PROJECT_FAILURE, PROJECT_ROLE_CUSTOMER, PROJECT_ROLE_OWNER,
10-
ROLE_ADMINISTRATOR, ROLE_CONNECT_MANAGER
10+
ROLE_ADMINISTRATOR
1111
} from '../../config/constants'
1212
import spinnerWhileLoading from '../../components/LoadingSpinner'
1313
import CoderBot from '../../components/CoderBot/CoderBot'

0 commit comments

Comments
 (0)