fixup
This commit is contained in:
parent
947469300b
commit
fa26db923c
|
@ -111,9 +111,9 @@ class GraphView extends React.Component {
|
||||||
return r(Satellite);
|
return r(Satellite);
|
||||||
}
|
}
|
||||||
|
|
||||||
renderNodeText(dgo) {
|
renderNodeText(dgo, ...rest) {
|
||||||
if (dgo.type !== 'satellite') {
|
if (dgo.type !== 'satellite') {
|
||||||
return this.props.renderNodeText(dgo);
|
return this.props.renderNodeText(dgo, ...rest);
|
||||||
}
|
}
|
||||||
|
|
||||||
return r(React.Fragment);
|
return r(React.Fragment);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user