diff --git a/src/views/Home.vue b/src/views/Home.vue index 8b817a067..dbcf52f90 100644 --- a/src/views/Home.vue +++ b/src/views/Home.vue @@ -98,7 +98,7 @@ const hasProjects = computed(() => namespaceStore.namespaces?.[0]?.projects.leng const loading = computed(() => taskStore.isLoading) const deletionScheduledAt = computed(() => parseDateOrNull(authStore.info?.deletionScheduledAt)) -// This is to reload the tasks project after adding a new task through the global task add. +// This is to reload the tasks list after adding a new task through the global task add. // FIXME: Should use pinia (somehow?) const showTasksKey = ref(0)