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.
2 parents 829d6df + 309d3a6 commit c4f9c7cCopy full SHA for c4f9c7c
client/components/Project/ProjectDetail.js
@@ -8,13 +8,8 @@ import Typography from 'material-ui/Typography'
8
import styles from './ProjectDetail.scss'
9
10
class ProjectDetail extends Component {
11
- constructor (args) {
12
- super(args)
13
- this.state = {projectId: this.props.match.params.id}
14
- }
15
-
16
componentDidMount () {
17
- this.props.fetchProjectById(this.state.projectId)
+ this.props.fetchProjectById(this.props.match.params.id)
18
}
19
20
renderApplication (application) {
0 commit comments