diff --git a/plugins/Redlining.jsx b/plugins/Redlining.jsx index d037fbb61..5fee93422 100644 --- a/plugins/Redlining.jsx +++ b/plugins/Redlining.jsx @@ -282,7 +282,7 @@ class Redlining extends React.Component { ) : null} - {this.props.redlining.geomType !== 'Text' ? ( + {this.props.redlining.geomType !== 'Text' && this.props.allowGeometryLabels ? (