diff --git a/frontend/src/components/subscriptions/DownloadStatChips.vue b/frontend/src/components/subscriptions/DownloadStatChips.vue index ce5c975..e2e3ab1 100644 --- a/frontend/src/components/subscriptions/DownloadStatChips.vue +++ b/frontend/src/components/subscriptions/DownloadStatChips.vue @@ -3,9 +3,11 @@ {{ s.label }} {{ stats[s.key] ?? 0 }} @@ -16,7 +18,11 @@ diff --git a/frontend/src/components/subscriptions/DownloadsTab.vue b/frontend/src/components/subscriptions/DownloadsTab.vue index 750f9f6..98dce0d 100644 --- a/frontend/src/components/subscriptions/DownloadsTab.vue +++ b/frontend/src/components/subscriptions/DownloadsTab.vue @@ -1,20 +1,41 @@