diff --git a/public/js/components/Cis/Profil/Profil.js b/public/js/components/Cis/Profil/Profil.js
index ab7eb0f3d..f6e13da77 100644
--- a/public/js/components/Cis/Profil/Profil.js
+++ b/public/js/components/Cis/Profil/Profil.js
@@ -171,12 +171,11 @@ export const Profil = {
const data = viewDataResult.data;
if (!data) return;
+ this.isEditable = data.editable;
this.view = data.profil_data.view;
- this.isEditable = data.profil_data.editable;
this.data = data.profil_data.data;
this.calendarSyncUrls = data.calendar_sync_urls ?? [];
this.authPermissions = data.permissions;
- console.log(data.profil_data);
},
zustellAdressenCount() {
if (!this.data || !this.data.adressen) {
diff --git a/public/js/components/Cis/Profil/StudentProfil.js b/public/js/components/Cis/Profil/StudentProfil.js
index ac4f367b5..badc892f6 100644
--- a/public/js/components/Cis/Profil/StudentProfil.js
+++ b/public/js/components/Cis/Profil/StudentProfil.js
@@ -280,14 +280,14 @@ export default {
-
-
+
+