Changed the path of the editProfile page

This commit is contained in:
2019-12-03 16:37:04 -05:00
parent a4cce0b75e
commit 5b5e785142
3 changed files with 5 additions and 9 deletions

View File

@@ -248,7 +248,7 @@ class user extends Component {
// showing the logged in users profile, instead of retreiving the
// profile based on the URL entered
let editButtonMarkup = true ? (
<Link to="/edit">
<Link to="/user/edit">
<Button className={classes.button} variant="outlined" color="primary">
Edit Profile
</Button>