Merge branch 'master' into glitch-soc/merge-upstream
This commit is contained in:
@@ -73,7 +73,7 @@ export default class Card extends React.PureComponent {
|
||||
};
|
||||
|
||||
componentWillReceiveProps (nextProps) {
|
||||
if (this.props.card !== nextProps.card) {
|
||||
if (!Immutable.is(this.props.card, nextProps.card)) {
|
||||
this.setState({ embedded: false });
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user