diff --git a/frontend/src/views/Layout/DashboardLayout_gdd.vue b/frontend/src/views/Layout/DashboardLayout_gdd.vue
index ce4d29768..564b4e430 100755
--- a/frontend/src/views/Layout/DashboardLayout_gdd.vue
+++ b/frontend/src/views/Layout/DashboardLayout_gdd.vue
@@ -2,25 +2,25 @@
-
-
-
-
+
+
+
+
diff --git a/frontend/src/views/Pages/UserProfile/UserCard_FormUserData.vue b/frontend/src/views/Pages/UserProfile/UserCard_FormUserData.vue
index 3bb1c48ae..e07313c96 100644
--- a/frontend/src/views/Pages/UserProfile/UserCard_FormUserData.vue
+++ b/frontend/src/views/Pages/UserProfile/UserCard_FormUserData.vue
@@ -35,7 +35,7 @@
{{ $t('form.firstname') }}
- {{ form.firstName }}
+ {{ $store.state.firstName }}
@@ -46,7 +46,7 @@
{{ $t('form.lastname') }}
- {{ form.lastName }}
+ {{ $store.state.lastName }}
@@ -57,7 +57,7 @@
{{ $t('form.description') }}
- {{ form.description }}
+ {{ $store.state.description }}