componentDidMount () {
this.props.match.params.id;
//OR //
this.props.history.replace('/notFound');
}
componentDidMount () {
this.props.match.params.id;
//OR //
this.props.history.replace('/notFound');
}