Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
content = ;
} else {
content = null; // not matches
}
} else if (this.props.products.length > 0) {
// Caller did not select a product so pick the first product to display metrics
content = ;
} else {
content = null; // No products
}
}
return (
<div style="{rootStyle}">
{navItems}
<div style="{contentStyle}">
{content}
</div>
</div>
);
}
/>
)}
<div>
<span>Task Role:</span>
<span>{name}</span>
</div>
{taskConfig && (
)}
{/* status */}
<div>
<div>Status:</div>
<div>
</div>
</div>
{/* right */}
<div>
{containerListExpanded ? (
</div>
<div>
<div>
Sign in
</div>
</div>
);