diff --git a/admin-spa/src/App.tsx b/admin-spa/src/App.tsx
index 76418d9..03cbe13 100644
--- a/admin-spa/src/App.tsx
+++ b/admin-spa/src/App.tsx
@@ -478,7 +478,7 @@ function AppRoutes() {
{/* Coupons */}
} />
} />
- } />
+ } />
{/* Customers */}
} />
diff --git a/admin-spa/src/routes/Coupons/index.tsx b/admin-spa/src/routes/Coupons/index.tsx
index 59f4cdd..47dacde 100644
--- a/admin-spa/src/routes/Coupons/index.tsx
+++ b/admin-spa/src/routes/Coupons/index.tsx
@@ -253,7 +253,7 @@ export default function CouponsIndex() {
/>
-
+
{coupon.code}
{coupon.description && (
|