Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
{actualThreshold.map((_value: any, i: number) => {
const specId = i === 0 ? 'threshold' : `threshold${i}`;
return (
);
})}
{actualThreshold.map((_value: any, i: number) => {
const specId = i === 0 ? 'threshold' : `threshold${i}`;
return (
);
})}