feature/#97-member-extend-data #105
1 changed files with 1 additions and 1 deletions
|
@ -113,7 +113,7 @@ export const useNavigationStore = defineStore("navigation", {
|
||||||
? [{ key: "qualification", title: "Qualifikationen" }]
|
? [{ key: "qualification", title: "Qualifikationen" }]
|
||||||
: []),
|
: []),
|
||||||
...(abilityStore.can("read", "configuration", "education")
|
...(abilityStore.can("read", "configuration", "education")
|
||||||
? [{ key: "education", title: "Aus-Fortbildungen" }]
|
? [{ key: "education", title: "Aus-/Fortbildungen" }]
|
||||||
: []),
|
: []),
|
||||||
...(abilityStore.can("read", "configuration", "executive_position")
|
...(abilityStore.can("read", "configuration", "executive_position")
|
||||||
? [{ key: "executive_position", title: "Vereinsämter" }]
|
? [{ key: "executive_position", title: "Vereinsämter" }]
|
||||||
|
|
Loading…
Add table
Reference in a new issue