diff --git a/static/src/js/components/index/project-image.js b/static/src/js/components/index/project-image.js index 9d37936..0c5d734 100644 --- a/static/src/js/components/index/project-image.js +++ b/static/src/js/components/index/project-image.js @@ -35,7 +35,7 @@ export default class ProjectImage extends React.Component { ).then(function (url) { this.setState({ url }); }.bind(this)).catch(function (error) { - console.log("Got this error:", error); + console.log('Got this error:', error); }); }