Linting
This commit is contained in:
parent
6e0042d755
commit
2d0063032a
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Reference in a new issue