Explorar o código

fix registration status alert bar on switch mode

Olivier Massot hai 1 ano
pai
achega
3fa46bf906
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      components/Layout/AlertBar/RegistrationStatus.vue

+ 1 - 1
components/Layout/AlertBar/RegistrationStatus.vue

@@ -24,7 +24,7 @@ const accessProfile = useAccessProfileStore()
 
 const { data: registrationStatus, pending } = fetch(
   RegistrationStatus,
-  accessProfile.id ?? 0,
+  accessProfile.currentAccessId ?? 0,
 )
 
 const messagesByStatus = {