diff --git a/frontend/src/pages/Profile.vue b/frontend/src/pages/Profile.vue index d5bef62..fb493df 100644 --- a/frontend/src/pages/Profile.vue +++ b/frontend/src/pages/Profile.vue @@ -28,13 +28,12 @@

Mein Team: {{teamName}}

-
- +
-
-

Teameinladungen

+

Teameinladungen

-
- -
@@ -119,25 +110,26 @@ -
-
+
-
-
+

@@ -499,7 +491,7 @@ this.updateTeamData(); }).catch((error) => { this.handleError(error); - }) + }); this.updateStatus(); }, handleError(error) {