aboutsummaryrefslogtreecommitdiff
path: root/src/hocs/with_subscription/with_subscription.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/hocs/with_subscription/with_subscription.jsx')
-rw-r--r--src/hocs/with_subscription/with_subscription.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hocs/with_subscription/with_subscription.jsx b/src/hocs/with_subscription/with_subscription.jsx
index 5ba2662b..da1b2cc9 100644
--- a/src/hocs/with_subscription/with_subscription.jsx
+++ b/src/hocs/with_subscription/with_subscription.jsx
@@ -61,11 +61,11 @@ const withSubscription = ({
}
},
render () {
+ console.log(this.$listeners)
if (!this.error && !this.loading) {
const props = {
...this.$props,
[childPropName]: this.fetchedData
- // on: this.$listeners // TODO
}
const children = this.$slots
return (