{
let value =
finnalSrc || getPropValue(this.props) || defaultImage || imagePlaceholder;
+ const finnalHref = href ? filter(href, data, '| raw') : '';
+
return (
{
height={height}
width={width}
src={value}
+ href={finnalHref}
title={filter(title, data)}
caption={filter(imageCaption, data)}
thumbMode={thumbMode}