Skip to content

Commit

Permalink
fix(wslink): Fix wrong api call
Browse files Browse the repository at this point in the history
  • Loading branch information
jourdain committed Aug 24, 2021
1 parent 32d77e0 commit ff6dcac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/React/Renderers/VtkGeometryRenderer/index.js
Expand Up @@ -267,7 +267,7 @@ export default class VtkGeometryRenderer extends React.Component {
}

subscribeViewChangeTopic() {
this.props.client.VtkGeometryDelivery.onViewChange(this.viewChanged).then(
this.props.client.VtkGeometryDelivery.onViewChange(this.viewChanged).promise.then(
(subscription) => {
this.geometryTopicSubscription = subscription;
},
Expand Down

0 comments on commit ff6dcac

Please sign in to comment.