diff options
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> |
