diff --git a/frontend/src/components/BatchOverlay.vue b/frontend/src/components/BatchOverlay.vue index cf684993..ef2723f9 100644 --- a/frontend/src/components/BatchOverlay.vue +++ b/frontend/src/components/BatchOverlay.vue @@ -24,7 +24,10 @@ > {{ formatNumberIntoCurrency(batch.data.amount, batch.data.currency) }} -
+
{{ batch.data.courses.length }} {{ __('Courses') }}
diff --git a/frontend/src/pages/BatchDetail.vue b/frontend/src/pages/BatchDetail.vue index 4ccd4c33..8e68f1f9 100644 --- a/frontend/src/pages/BatchDetail.vue +++ b/frontend/src/pages/BatchDetail.vue @@ -14,13 +14,16 @@ {{ batch.data.description }}
-
+
{{ batch.data?.courses?.length }} {{ __('Courses') }}
-