diff --git a/src/stores/user_highlight.js b/src/stores/user_highlight.js index f41c41628..409fe4e17 100644 --- a/src/stores/user_highlight.js +++ b/src/stores/user_highlight.js @@ -262,6 +262,7 @@ export const useUserHighlightStore = defineStore('user_highlight', { this.pushSyncConfig() }, async initUserHighlight(userData) { + console.debug('[HIGHLIGHT] Initializing highlight') const live = userData.user_highlight this.raw = live let cache = this.cache