Show crew on event cards when logged in as crew

This commit is contained in:
Hornwitser 2025-03-15 20:37:08 +01:00
parent 529d640a0e
commit 89b1d2a547
2 changed files with 7 additions and 0 deletions

View file

@ -5,5 +5,6 @@ export const useAccounts = () => useFetch(
getCachedData(key, nuxtApp) {
return nuxtApp.payload.data[key];
},
dedupe: "defer",
}
);