summaryrefslogtreecommitdiffstats
path: root/client/components/sidebar/sidebar.js
diff options
context:
space:
mode:
authorMaxime Quandalle <maxime@quandalle.com>2015-10-21 04:34:44 +0200
committerMaxime Quandalle <maxime@quandalle.com>2015-10-21 04:34:44 +0200
commitc6b12dc5ada1b37d759796fefe0dbc5b327f130c (patch)
tree7211ed841db0d7e6673c500bfd152d923f2f6888 /client/components/sidebar/sidebar.js
parent9154b06fc39f5cd046e1ed17a822e67a593b46c7 (diff)
downloadwekan-c6b12dc5ada1b37d759796fefe0dbc5b327f130c.tar.gz
wekan-c6b12dc5ada1b37d759796fefe0dbc5b327f130c.tar.bz2
wekan-c6b12dc5ada1b37d759796fefe0dbc5b327f130c.zip
Upgrade peerlibrary:blaze-components to v0.14
This change includes method renames and others UI related packages updates.
Diffstat (limited to 'client/components/sidebar/sidebar.js')
-rw-r--r--client/components/sidebar/sidebar.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/components/sidebar/sidebar.js b/client/components/sidebar/sidebar.js
index ff65ad9d..72866055 100644
--- a/client/components/sidebar/sidebar.js
+++ b/client/components/sidebar/sidebar.js
@@ -54,7 +54,7 @@ BlazeComponent.extendComponent({
},
reachNextPeak() {
- const activitiesComponent = this.componentChildren('activities')[0];
+ const activitiesComponent = this.childrenComponents('activities')[0];
activitiesComponent.loadNextPage();
},