Merge remote-tracking branch 'origin/develop' into develop
This commit is contained in:
commit
ee81d6aea1
1 changed files with 2 additions and 1 deletions
|
@ -182,6 +182,7 @@ export default class Quote extends React.Component {
|
|||
}
|
||||
|
||||
// Deliberately render nothing if the URL isn't recognised
|
||||
return this.props.node;
|
||||
// in case we get an undefined/falsey node, replace it with null to make React happy
|
||||
return this.props.node || null;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue