diff --git a/src/pages/collection/Presenter.vue b/src/pages/collection/Presenter.vue
index c879961f..e7a6a4d0 100644
--- a/src/pages/collection/Presenter.vue
+++ b/src/pages/collection/Presenter.vue
@@ -2,7 +2,7 @@
{
if (isEmpty(r.data)) {
this.handleCompletion()
@@ -201,7 +190,9 @@ export default {
})
pybossaApi.post(`/api/taskrun`, taskrun).then(r => {
this.removeTask(taskId)
- this.loadTasks()
+ if (this.tasks.length < 10) {
+ this.loadNewTasks()
+ }
if (hasParticipated === 'true') {
this.$store.dispatch('NOTIFY', {
msg: 'Answer saved, thank you!',