diff --git a/src/app/shifts/page.jsx b/src/app/shifts/page.jsx index 1b2afd9..6b67856 100644 --- a/src/app/shifts/page.jsx +++ b/src/app/shifts/page.jsx @@ -130,14 +130,16 @@ const Shifts = (props) => { {shiftplans?.map((e, index) => ( <>
setShiftPlansSelect(index)} @@ -148,7 +150,7 @@ const Shifts = (props) => { />
-
+

{

{shiftPlansSelect == index && ( -
+ <> {e.data.map((e) => ( -
+

{" "} {e.shiftTitle}

- -
-

- - فعالیت -

-
))} -
+ )}