diff --git a/js/components/ascribe_detail/detail_property.js b/js/components/ascribe_detail/detail_property.js index e6e12ec5..b2d8170d 100644 --- a/js/components/ascribe_detail/detail_property.js +++ b/js/components/ascribe_detail/detail_property.js @@ -25,13 +25,6 @@ let DetailProperty = React.createClass({ render() { let value = this.props.value; - let style; - - if(this.props.breakWord) { - style = { - wordBreak: 'break-all' - }; - } if (this.props.children){ value = ( @@ -39,7 +32,7 @@ let DetailProperty = React.createClass({