src/tabviews/custom/components/share/tabtransfer/index.jsx
@@ -107,7 +107,9 @@ const { self } = this.state if (!self && nextProps.mainSearch && !is(fromJS(this.props.mainSearch), fromJS(nextProps.mainSearch))) { this.setState({mainSearch: null}, () => { this.setState({mainSearch: fromJS(nextProps.mainSearch).toJS()}) }) } }