chore: change TODO to NOTE where relevant

This commit is contained in:
CuriousMagpie
2025-01-29 15:58:37 -05:00
parent 368dc97497
commit e48f88cb8c
2 changed files with 2 additions and 2 deletions
@@ -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);
@@ -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);