Skip to content
This repository has been archived by the owner on Jun 15, 2021. It is now read-only.

Commit

Permalink
added back button to ModelDetail component
Browse files Browse the repository at this point in the history
  • Loading branch information
pjung16 committed Oct 7, 2019
1 parent 83011c5 commit b651f4e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions webapp/src/components/ModelDetail.js
Expand Up @@ -168,6 +168,7 @@ class ModelDetail extends Component {
return (
<div>
<br />
<button className="btn btn-light m-2" onClick={this.goback}>Back</button>
<br />
{this.renderHeader()}
<br /><br />
Expand Down

0 comments on commit b651f4e

Please sign in to comment.