{generating ? null : selectedApps.map((app, index) => {
// Show image of each one
return (
)
})}
{!generating && appCategory !== undefined && appCategory !== null && appCategory.length > 0 ?
{
if (showAppsearch === true) {
runIngestion()
}
setShowAppsearch(!showAppsearch)
}}
>
{showAppsearch ?
:
}
: null}