Skip to content

Commit c6f4959

Browse files
author
Vikas Agarwal
committed
Fixed lint error
1 parent 8d1fab1 commit c6f4959

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/projects/create/components/FillProjectDetails.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ class FillProjectDetails extends Component {
3434
render() {
3535
const { project, dirtyProject, processing, submitBtnText } = this.props
3636
const productId = _.get(project, 'details.products[0]')
37-
const projectTypeId = _.get(project, 'type')
3837
const product = findProduct(productId)
3938

4039
let specification = 'topcoder.v1'

0 commit comments

Comments
 (0)