Merge branch 'develop' into audio-player

This commit is contained in:
Alex Gleason
2020-07-02 16:32:50 -05:00
76 changed files with 392 additions and 344 deletions

View File

@@ -75,7 +75,7 @@ export default class Card extends React.PureComponent {
embedded: false,
};
componentWillReceiveProps(nextProps) {
componentDidUpdate(nextProps) {
if (!Immutable.is(this.props.card, nextProps.card)) {
this.setState({ embedded: false });
}