We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d1fab1 commit c6f4959Copy full SHA for c6f4959
src/projects/create/components/FillProjectDetails.js
@@ -34,7 +34,6 @@ class FillProjectDetails extends Component {
34
render() {
35
const { project, dirtyProject, processing, submitBtnText } = this.props
36
const productId = _.get(project, 'details.products[0]')
37
- const projectTypeId = _.get(project, 'type')
38
const product = findProduct(productId)
39
40
let specification = 'topcoder.v1'
0 commit comments