king
2020-08-22 835b48025a582b1c19c4de128906aff6a5e63612
src/templates/sharecomponent/fieldscomponent/index.jsx
@@ -254,7 +254,7 @@
  }
  shouldComponentUpdate (nextProps, nextState) {
    return !is(fromJS(this.props), fromJS(nextProps)) || !is(fromJS(this.state), fromJS(nextState))
    return !is(fromJS(this.state), fromJS(nextState))
  }
  /**