chore: change TODO to NOTE where relevant
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user