From da14700987170801aded9338c31216c5bb0620fd Mon Sep 17 00:00:00 2001 From: Aaron Sun Date: Wed, 30 Oct 2019 18:15:01 -0400 Subject: [PATCH] Fixed a small bug with the Delete Account button --- twistter-frontend/src/pages/editProfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/twistter-frontend/src/pages/editProfile.js b/twistter-frontend/src/pages/editProfile.js index 0a31271..7272e76 100644 --- a/twistter-frontend/src/pages/editProfile.js +++ b/twistter-frontend/src/pages/editProfile.js @@ -245,7 +245,7 @@ export class edit extends Component { color="secondary" className={classes.button} component={ Link } - to='/user' + to='/delete' > Delete Account