Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
return _.map(this.props.state.GLayers, (o, GLayerId) => (
{GLayerId}
{o.id}
{Enums.TriggerType[o.trigger.type]}
{o.trigger.value}
{o.duration}
{o.content.type}
{makeTableOfObject(o.content)}
))
}