fix a typo of a prop name

This commit is contained in:
sunnylqm 2015-12-18 23:50:43 +08:00
parent dfdafdb733
commit 7567a92ca7

View File

@ -54,7 +54,7 @@ class ImageBrowserApp extends React.Component {
render() {
return (
<View>
{this.props.imageList.map(this.renderImage)}
{this.props.images.map(this.renderImage)}
</View>
);
}