We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a88f941 commit f6fc00bCopy full SHA for f6fc00b
App/containers/EntryInputContainer.js
@@ -27,7 +27,7 @@ export default class EntryInputContainer extends Component {
27
handleAdd(event) {
28
event.preventDefault();
29
30
- if (this.state.value === '') {
+ if (this.state.value.trim() === '') {
31
return;
32
}
33
0 commit comments