diff -r 772b73e31069 -r b3a02ea6d097 client/src/components/NoteInput.js --- a/client/src/components/NoteInput.js Fri Jun 23 10:16:49 2017 +0200 +++ b/client/src/components/NoteInput.js Fri Jun 23 11:16:34 2017 +0200 @@ -68,8 +68,7 @@ onButtonClick={this.onAddNoteClick} onCheckboxChange={this.onCheckboxChange} isChecked={this.props.autoSubmit} - isButtonDisabled={this.state.buttonDisabled} - withButtons={true} /> + isButtonDisabled={this.state.buttonDisabled} />