diff --git a/src/pages/support/Support.tsx b/src/pages/support/Support.tsx index 165e6e5..c24186e 100644 --- a/src/pages/support/Support.tsx +++ b/src/pages/support/Support.tsx @@ -63,7 +63,7 @@ const Support: FC = () => { data?.data?.supportPlans?.map((item: PlanItemType) => { return (
-
+
{item.name}
@@ -74,12 +74,14 @@ const Support: FC = () => { {item.price === 0 ? 'رایگان' : NumberFormat(item.price)}
- تومان + {item.price === 0 ? ' ' : 'تومان'}
- +
+ +
) @@ -115,7 +117,10 @@ const Support: FC = () => { : : -
{row.featureValue}
+
+ {row.featureValue} + {row.featureKey === 'ticket_limit' && ' (روزانه)'} +
} )) @@ -160,7 +165,10 @@ const Support: FC = () => { : : -
{row.featureValue}
+
+ {row.featureValue} + {row.featureKey === 'ticket_limit' && ' (روزانه)'} +
} ))