0 ? 'hasFunctions' : '',
)}
>
{functions.map((func, index) => (
))}
= 3 ? (
`Functions are in early access. You can add a maximum of ${
hasAnomalyFunction ? 2 : 3
} function as of now.`
) : (
Add new function
{' '}
Learn more
)
}
placement="right"
>
);
}