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