parent
bbd8fdd185
commit
bb69d154c4
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ export default class Card extends React.PureComponent {
|
|||
};
|
||||
|
||||
componentWillReceiveProps (nextProps) {
|
||||
if (!this.props.card.equals(nextProps.card)) {
|
||||
if (!Immutable.is(this.props.card, nextProps.card)) {
|
||||
this.setState({ embedded: false });
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue