diff options
| author | Georgios Andreadis <g.andreadis@student.tudelft.nl> | 2017-09-12 16:50:45 +0200 |
|---|---|---|
| committer | Georgios Andreadis <g.andreadis@student.tudelft.nl> | 2017-09-23 10:06:00 +0200 |
| commit | f3dbecbf55832df686d6969756640f6f5853f996 (patch) | |
| tree | dc70c5a04e77f6138f86fcd04b2ca9c808bf5037 /src/pages/Profile.js | |
| parent | cbf8eb9cbf2f4082cb1a83955d435ebcb73be3ab (diff) | |
Add experiments route
Diffstat (limited to 'src/pages/Profile.js')
| -rw-r--r-- | src/pages/Profile.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pages/Profile.js b/src/pages/Profile.js index ca09d0f4..c8805c6f 100644 --- a/src/pages/Profile.js +++ b/src/pages/Profile.js @@ -6,7 +6,7 @@ import DeleteProfileModal from "../containers/modals/DeleteProfileModal"; const ProfileContainer = ({onDelete}) => ( <div className="full-height"> - <AppNavbar/> + <AppNavbar inSimulation={false}/> <div className="container text-page-container full-height"> <button className="btn btn-danger" onClick={onDelete}>Delete my account on OpenDC</button> <p> |
