1
Fork 0
This commit is contained in:
Jake Howard 2016-01-17 19:29:04 +00:00
parent 6e0042d755
commit 2d0063032a

View file

@ -35,7 +35,7 @@ export default class ProjectImage extends React.Component {
).then(function (url) { ).then(function (url) {
this.setState({ url }); this.setState({ url });
}.bind(this)).catch(function (error) { }.bind(this)).catch(function (error) {
console.log("Got this error:", error); console.log('Got this error:', error);
}); });
} }