\n {configList[index]?.inProgressData?.length > 0 &&\n !configList[index]?.completedData?.length ? (\n
\n ) : (\n \"\"\n )}\n {configList[index]?.completedData?.length > 0 ? (\n
\n ) : (\n \"\"\n )}\n
\n
{item.title}\n
{item.text}\n {configList[index]?.completedData?.length > 0 &&\n configList[index]?.completedData.map(\n (data: any, listIndex: number) => (\n
\n \n {data.name}\n \n \n \n
\n )\n )}\n {configList[index]?.inProgressData?.length > 0 &&\n configList[index]?.inProgressData.map(\n (data: any, listIndex: number) => (\n
\n \n {data.name}\n \n \n \n
\n )\n )}\n {configList[index]?.completedData?.length > 0 && (\n
\n \n + Add another{\" \"}\n {removeSplChars(configList[index]?.entityType)}\n \n \n )}\n