Fixed a small bug with the Delete Account button

This commit is contained in:
Aaron Sun 2019-10-30 18:15:01 -04:00
parent 26afabe709
commit da14700987

View File

@ -245,7 +245,7 @@ export class edit extends Component {
color="secondary" color="secondary"
className={classes.button} className={classes.button}
component={ Link } component={ Link }
to='/user' to='/delete'
> >
Delete Account Delete Account
</Button> </Button>