logicp 6 years ago
parent
commit
57d01d0aba
1 changed files with 1 additions and 3 deletions
  1. 1 3
      src/form.js

+ 1 - 3
src/form.js

@@ -182,9 +182,7 @@ class TextFields extends React.Component {
           </FormControl>
           <br />
           <Button style={{marginTop: '1.25em'}}onClick={this.submitForm}> Click to Confirm Attendance </Button>
-          <br /><br />
-          <Button style={{marginTop: '1.25em'}}onClick={this.updateAttendees}> Who's coming? </Button>
-          <br /><br />
+          <br />-
       </form>
       <h3>Such lovely people, these:</h3>
         {this.state.attendees}