SyntaxFix
Write A Post
Hire A Developer
Questions
If you want to use the es6 template literals, you need braces around the tick marks as well:
<img className="image" src={`images/${this.props.image}`} />