diff --git a/client/homebrew/editor/stringArrayEditor/stringArrayEditor.jsx b/client/homebrew/editor/stringArrayEditor/stringArrayEditor.jsx index 0d5dd081f..790cfba95 100644 --- a/client/homebrew/editor/stringArrayEditor/stringArrayEditor.jsx +++ b/client/homebrew/editor/stringArrayEditor/stringArrayEditor.jsx @@ -28,7 +28,7 @@ const StringArrayEditor = createClass({ }, componentDidUpdate : function(prevProps) { - if(!_.eq(this.props, prevProps)) { + if(!_.eq(this.props.values, prevProps.values)) { this.setState({ valueContext : this.props.values ? this.props.values.map((newValue)=>({ value : newValue,