diff --git a/src/components/Home.vue b/src/components/Home.vue index 0b59a7937..795fc63be 100644 --- a/src/components/Home.vue +++ b/src/components/Home.vue @@ -1,14 +1,16 @@ @@ -33,6 +35,7 @@ migratorsEnabled: state => state.config.availableMigrators !== null && state.config.availableMigrators.length > 0, authenticated: state => state.auth.authenticated, userInfo: state => state.auth.info, + hasTasks: state => state.hasTasks, }), } diff --git a/src/components/tasks/ShowTasks.vue b/src/components/tasks/ShowTasks.vue index 3f1e4e5f5..f717e2cfe 100644 --- a/src/components/tasks/ShowTasks.vue +++ b/src/components/tasks/ShowTasks.vue @@ -16,7 +16,8 @@