diff --git a/client/src/pages/dashboard/StatisticPage.vue b/client/src/pages/dashboard/StatisticPage.vue index 4affa1ff..8fe669a3 100644 --- a/client/src/pages/dashboard/StatisticPage.vue +++ b/client/src/pages/dashboard/StatisticPage.vue @@ -54,10 +54,7 @@ const statistics = computed(() => { - + {{ $t("a.Details anschauen") }} diff --git a/client/src/router/index.ts b/client/src/router/index.ts index fcdb6bc9..276b5dfe 100644 --- a/client/src/router/index.ts +++ b/client/src/router/index.ts @@ -174,7 +174,7 @@ const router = createRouter({ ], }, { - path: "/statistic/:courseSlug", + path: "/statistic", props: true, component: () => import("@/pages/dashboard/statistic/StatisticParentPage.vue"), children: [