diff --git a/assets/admin/pages/ClinicServicesPage.tsx b/assets/admin/pages/ClinicServicesPage.tsx
index ff870fe1..953cdf50 100644
--- a/assets/admin/pages/ClinicServicesPage.tsx
+++ b/assets/admin/pages/ClinicServicesPage.tsx
@@ -313,60 +313,57 @@ function ClinicServicesPageInner() {
)}
) : (
-
+
{items.map((item) => (
-
-
-
{item.name}
+
+
{item.name}
+
{!item.active && غیرفعال}
{item.insurance_covered && (
بیمه
)}
-
- {item.staff ? (
- <>
-
-
{item.staff.full_name}
- >
- ) : (
-
بدون پرسنل مسئول
- )}
-
-
-
{formatRial(item.price_rials)}
+
+ {item.staff ? (
+ <>
+
+
{item.staff.full_name}
+ >
+ ) : (
+
بدون پرسنل مسئول
+ )}
-
+
{formatRial(item.price_rials)}
+
+