This commit is contained in:
Julian Krauser 2025-06-03 15:27:39 +02:00
parent ff53d2d4d9
commit f6252901cd

View file

@ -113,7 +113,7 @@ export const useNavigationStore = defineStore("navigation", {
? [{ key: "qualification", title: "Qualifikationen" }]
: []),
...(abilityStore.can("read", "configuration", "education")
? [{ key: "education", title: "Aus-Fortbildungen" }]
? [{ key: "education", title: "Aus-/Fortbildungen" }]
: []),
...(abilityStore.can("read", "configuration", "executive_position")
? [{ key: "executive_position", title: "Vereinsämter" }]