diff --git a/apps/client/src/app/components/admin-overview/admin-overview.html b/apps/client/src/app/components/admin-overview/admin-overview.html
index 5514c57d0..4bf8cbeaa 100644
--- a/apps/client/src/app/components/admin-overview/admin-overview.html
+++ b/apps/client/src/app/components/admin-overview/admin-overview.html
@@ -113,95 +113,6 @@
}
- @if (hasPermissionForSubscription) {
-
-
Coupons
-
-
- @for (coupon of coupons; track coupon) {
-
- |
-
- |
-
- {{ formatStringValue(coupon.duration) }}
- |
-
-
-
-
-
- |
-
- }
-
-
-
-
-
-
- }
Housekeeping
@@ -228,4 +139,131 @@
+
+ @if (hasPermissionForSubscription) {
+
+
+
+
+ Coupons
+
+
+
+
+
+ |
+ Code
+ |
+
+
+ |
+
+
+
+
+ Duration
+ |
+
+ {{ formatStringValue(element.duration) }}
+ |
+
+
+
+ |
+
+
+
+
+
+ |
+
+
+
+
+
+
+
+
+
+
+
+
+
+ }