Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
public render(): React.ReactElement {
const colorRows = chunk(this.props.groupColors, 5);
return (
<div>
<label>{this.props.groupText}</label>
<div>
{
colorRows.map((cr: ISwatchColor[], rowIndex: number) => {
return (
{<table>
<tbody><tr role="row"></tr></tbody></table></div></div>