From 45454060f5b6a7f5fe00dfd9c9cb2c14a30ace9d Mon Sep 17 00:00:00 2001 From: kolaente Date: Wed, 18 Jan 2023 16:17:48 +0100 Subject: [PATCH] fix: update comment --- src/views/Home.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)