1
0
mirror of https://github.com/ascribe/onion.git synced 2024-06-25 18:56:28 +02:00

Use the right property on Image for previewing

This commit is contained in:
Brett Sun 2015-12-16 17:50:09 +01:00
parent 1fc1337207
commit 84ee8f6a9b

View File

@ -184,7 +184,7 @@ let Video = React.createClass({
);
} else {
return (
<Image src={this.props.preview} />
<Image preview={this.props.preview} />
);
}
}