diff --git a/src/components/pages/Profile.js b/src/components/pages/Profile.js
index 1abe49b2451c79e21fd69f3a1e4b3e8cf8a42791..719a4b97332ce0b211431d4f919a7abf91bda686 100644
--- a/src/components/pages/Profile.js
+++ b/src/components/pages/Profile.js
@@ -81,7 +81,7 @@ class Profile extends Component {
           }
 
           <Divider horizontal />
-          {canEdit ? 
+          {canEdit ?
           <Form.TextArea
             rows={10}
             name='motivationExercise'
@@ -195,6 +195,7 @@ class Profile extends Component {
             checked={signed}
             readOnly={!canEdit}
           />
+          {canEdit ? 
           <Form.Button
             primary
             style={{ marginBottom: '10em' }}
@@ -204,6 +205,7 @@ class Profile extends Component {
           >
             MentĂŠs
           </Form.Button>
+          : '' }
         </Form>
       </Container>
     );