king
2023-08-18 57266ee8c62f0fddb42c18c705507fc0dc2416f6
src/menu/components/share/sourcecomponent/index.jsx
@@ -37,7 +37,7 @@
  }
  shouldComponentUpdate (nextProps, nextState) {
    return !is(fromJS(this.state), fromJS(nextState))
    return !is(fromJS(this.state), fromJS(nextState)) || nextProps.type !== this.props.type
  }
  deleteUrl = () => {