diff --git a/src/components/Home.vue b/src/components/Home.vue index 0b59a793..795fc63b 100644 --- a/src/components/Home.vue +++ b/src/components/Home.vue @@ -1,14 +1,16 @@ Hi {{userInfo.username}}! - Click on a list or namespace on the left to get started. - - Import your data into Vikunja - + + Click on a list or namespace on the left to get started. + + Import your data into Vikunja + + @@ -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 3f1e4e5f..f717e2cf 100644 --- a/src/components/tasks/ShowTasks.vue +++ b/src/components/tasks/ShowTasks.vue @@ -16,7 +16,8 @@
Click on a list or namespace on the left to get started.