diff --git a/src/features/meetings/monthly_view/index.tsx b/src/features/meetings/monthly_view/index.tsx
index 7c0e2a78f0..61aa30df50 100644
--- a/src/features/meetings/monthly_view/index.tsx
+++ b/src/features/meetings/monthly_view/index.tsx
@@ -217,18 +217,19 @@ const MonthlyView = () => {
{selectedWeeks.map((value, index) => {
return (
- <>
-
-
-
- >
+
+
+
);
})}
@@ -253,18 +254,19 @@ const MonthlyView = () => {
{selectedWeeks.map((value, index) => {
return (
- <>
-
-
-
- >
+
+
+
);
})}
@@ -305,18 +307,19 @@ const MonthlyView = () => {
{selectedWeeks.map((value, index) => {
return (
- <>
-
-
-
- >
+
+
+
);
})}
@@ -349,18 +352,19 @@ const MonthlyView = () => {
{selectedWeeks.map((value, index) => {
return showDoublePerson[index] ? (
- <>
-
-
-
- >
+
+
+
) : (
);
@@ -413,42 +417,43 @@ const MonthlyView = () => {
{selectedWeeks.map((value, index) => {
return (
- <>
-
-
+
+
+
+ {showAYFParts1Assistant[index] ? (
- {showAYFParts1Assistant[index] ? (
-
- ) : (
-
- )}
-
-
- >
+ ) : (
+
+ )}
+
+
);
})}
@@ -553,42 +558,43 @@ const MonthlyView = () => {
{selectedWeeks.map((value, index) => {
return ayfCount[index] > 1 ? (
- <>
-
-
+
+
+
+ {showAYFParts2Assistant[index] ? (
- {showAYFParts2Assistant[index] ? (
-
- ) : (
-
- )}
-
-
- >
+ ) : (
+
+ )}
+
+
) : (
);
@@ -695,42 +701,43 @@ const MonthlyView = () => {
{selectedWeeks.map((value, index) => {
return ayfCount[index] > 2 ? (
- <>
-
-
+
+
+
+ {showAYFParts3Assistant[index] ? (
- {showAYFParts3Assistant[index] ? (
-
- ) : (
-
- )}
-
-
- >
+ ) : (
+
+ )}
+
+
) : (
);
@@ -838,42 +845,43 @@ const MonthlyView = () => {
{selectedWeeks.map((value, index) => {
return ayfCount[index] > 3 ? (
- <>
-
-
+
+
+
+ {showAYFParts4Assistant[index] ? (
- {showAYFParts4Assistant[index] ? (
-
- ) : (
-
- )}
-
-
- >
+ ) : (
+
+ )}
+
+
) : (
);
@@ -973,18 +981,19 @@ const MonthlyView = () => {
{selectedWeeks.map((value, index) => {
return !lcNoAssignParts1[index] ? (
- <>
-
-
-
- >
+
+
+
) : (
);
@@ -1012,18 +1021,19 @@ const MonthlyView = () => {
{selectedWeeks.map((value, index) => {
return lcCount[index] > 1 && !lcNoAssignParts2[index] ? (
- <>
-
-
-
- >
+
+
+
) : (
);
@@ -1052,18 +1062,19 @@ const MonthlyView = () => {
{selectedWeeks.map((value, index) => {
return lcCount[index] > 1 && !lcNoAssignParts3[index] ? (
- <>
-
-
-
- >
+
+
+
) : (
);
@@ -1091,34 +1102,35 @@ const MonthlyView = () => {
{selectedWeeks.map((value, index) => {
return showDoublePerson[index] ? (
- <>
-
-
-
-
-
-
- >
+
+
+
+
+
+
) : (
);