From e48f88cb8c8618bec1ff7c0d414792c22362d12c Mon Sep 17 00:00:00 2001 From: CuriousMagpie Date: Wed, 29 Jan 2025 15:58:37 -0500 Subject: [PATCH] chore: change TODO to NOTE where relevant --- website/client/src/components/creatorIntro.vue | 2 +- website/client/src/components/notifications.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/website/client/src/components/creatorIntro.vue b/website/client/src/components/creatorIntro.vue index 289166fd8cb..a5c106ee961 100644 --- a/website/client/src/components/creatorIntro.vue +++ b/website/client/src/components/creatorIntro.vue @@ -1177,7 +1177,7 @@ export default { 'flags.welcomed': true, }); - // @TODO: This is a timeout to ensure dom is loaded + // NOTE: This is a timeout to ensure dom is loaded window.setTimeout(() => { this.initTour(); this.goto('intro', 0); diff --git a/website/client/src/components/notifications.vue b/website/client/src/components/notifications.vue index f967e6fca81..c9749e43414 100644 --- a/website/client/src/components/notifications.vue +++ b/website/client/src/components/notifications.vue @@ -427,7 +427,7 @@ export default { this.$store.dispatch('user:fetch'), this.$store.dispatch('tasks:fetchUserTasks'), ]).then(() => { - // @TODO: This is a timeout to ensure dom is loaded + // NOTE: This is a timeout to ensure dom is loaded window.setTimeout(() => { this.runForcedModals(); }, 2000);