Skip to content

Instantly share code, notes, and snippets.

@hsrobflavorus
Forked from npverni/arrows.js
Last active March 15, 2016 23:17
Show Gist options
  • Save hsrobflavorus/8fda7b42d971680a3b49 to your computer and use it in GitHub Desktop.
Save hsrobflavorus/8fda7b42d971680a3b49 to your computer and use it in GitHub Desktop.
{
items.map((line, index) => {
return (
<LineItemForm
key={index}
line={line}
onItemChange={this.props.itemChanged.bind(this, index)}
/>
);
})
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment