diff --git a/js/components/ascribe_detail/note.js b/js/components/ascribe_detail/note.js index 693a0400..4d5358c2 100644 --- a/js/components/ascribe_detail/note.js +++ b/js/components/ascribe_detail/note.js @@ -42,7 +42,7 @@ let Note = React.createClass({ render() { const { currentUser, defaultValue, editable, id, label, placeholder, show, url } = this.props; - if ((!!currentUser.username && editable || !editable ) && show) { + if ((currentUser.username && editable || !editable) && show) { return (