feat: stylign + account handling changes for intercom, when no accounts are present

This commit is contained in:
Dimitrie Stefanescu
2025-05-30 15:07:32 +01:00
parent 43340d9b52
commit f932fa46a3
3 changed files with 20 additions and 3 deletions
+3
View File
@@ -55,4 +55,7 @@ onMounted(() => {
}
})
})
// eslint-disable-next-line @typescript-eslint/no-unused-vars
const { $intercom } = useNuxtApp() // needed her for initialisation
</script>