Skip to content

Commit

Permalink
chore: change TODO to NOTE where relevant
Browse files Browse the repository at this point in the history
  • Loading branch information
CuriousMagpie committed Jan 29, 2025
1 parent 368dc97 commit e48f88c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion website/client/src/components/creatorIntro.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down
2 changes: 1 addition & 1 deletion website/client/src/components/notifications.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit e48f88c

Please sign in to comment.