diff --git a/js/components/ascribe_forms/form_piece_extradata.js b/js/components/ascribe_forms/form_piece_extradata.js index ef58b58a..8cb23813 100644 --- a/js/components/ascribe_forms/form_piece_extradata.js +++ b/js/components/ascribe_forms/form_piece_extradata.js @@ -27,16 +27,19 @@ let PieceExtraDataForm = React.createClass({ }, renderForm() { - + let defaultValue = this.props.editions[0].extra_data[this.props.name] || ''; + if (defaultValue.length === 0 && ~this.props.editable){ + return null; + } return (